Skip to content

A simple Maze solve program that reads the maze from a specified and finds the path.

Notifications You must be signed in to change notification settings

deepak11627/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

A simple Maze solve program that reads the maze from a specified and finds the path.

Prerequisite

  • Golang

Usage

To use, just run the program. By default you should see a prespecified maze been solved and maze togeather with its path is displayed. You could also test for your maze file by passing the file path in command line args, just make sure that its structure matches the one in sample directory or else you would see invalid maze file errors.

$ go run ./cmd/maze/main.go -file=./sample/maze-sample1.txt

About

A simple Maze solve program that reads the maze from a specified and finds the path.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages