/Dante-1

Algorithm mazes epitech

Primary LanguageC

Dante Epitech

Example course of a maze

Screenshot from 2016-05-25 04:15:05

Mazes

Compile the project

$ git clone https://github.com/NicolasC27/Dante.git
$ make

Calculate time

$ ./perf.sh

Commands program

Usage: 
  ./generateur/generateur x y [parfait | imparfait]
  ./profondeur/solver map.txt
  ./largeur/solver map.txt
  ./astar/solver map.txt
Graphic interface:
  All GUIs are in the folder "bonus" of corresponding folders