Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 545 Bytes

File metadata and controls

16 lines (13 loc) · 545 Bytes

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