Skip to content

atrsec/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAZE

This program can generate random maze or create one from file. It proposes to solve maze with the depth first search algorithm. You can either play against the computer.

Install:

use make or make all in the maze directory.

Usage:

  • ./maze

Launch the creation of a random maze and a match against the computer

  • ./maze --nobattle

Same but only the computer will solve the maze

  • ./maze FILE

Build the maze from FILE and a match against the computer

  • ./maze FILE --nobattle

Same but onlyy the computer will solve the maze

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published