Skip to content

ee160-uh-manoa/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver

to create a solver function for this challenge:

                                      #create your solver file (e.g. solvers/your_name_or_id.solver)
make SOLVER=zhaol_12345678            #build the program with your solver 
./maze_solver simple                  #run the program (to solve simple.maze)
                                      #the program will output a file named [number_of_steps].result
                                      #if your solver crashed into a wall in the maze, the number of steps will be -1
                                      #if your solver takes more than 999 steps to solve the maze, then number of steps will be 999

example command to use during development:

rm maze_solver;rm -- *.result;make clean;make SOLVER=zhaol_12345678; ./maze_solver simple

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published