Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is an experiment with some maze pathfinding algorithms to help me learn the basics of Go. A maze is generated in Go and three different algorithms (DFS, BFS, A*) are used to solve it. The path those algorithms followed through the maze is then injected into HTML and the paths visualized with some simple JavaScript.

Notifications You must be signed in to change notification settings

matt-hendrick/Go-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Go Maze Solving

Maze GIF

This is an experiment with some maze pathfinding algorithms to help me learn the basics of Go.

In the current implementation, a maze is generated in Go and three different algorithms (DFS, BFS, A*) are used to solve it. The path those algorithms followed through the maze is then injected into HTML and the paths visualized with some simple JavaScript.

About

This is an experiment with some maze pathfinding algorithms to help me learn the basics of Go. A maze is generated in Go and three different algorithms (DFS, BFS, A*) are used to solve it. The path those algorithms followed through the maze is then injected into HTML and the paths visualized with some simple JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published