Files
artloglaby/java
philippe lhardy afeafc1ec8 honor run option with a default maze of 30x30
default_args in project
Display.main()
  if argument is empty ignore it
  if file read fails, exit
add a WHEREWHAT file
extract MazeParamEditor to share it, prepare for having a GUI instead of console
2016-06-23 22:07:50 +02:00
..
2016-03-24 22:01:41 +01:00
2016-03-24 22:01:41 +01:00
2015-02-19 22:21:44 +01:00
2015-02-19 22:21:44 +01:00

A Maze generator that keep all reverse paths to solutions.

See Makefile

#clean 
make clean

#console
make test

#gui
make display

#code emacs : work/ClassName
make work/Display

#run a class
make run/Display

#save work with git (ie git citool )
make save

# create an interface
make interface/InterfaceName