Files
artloglaby/java
philippe lhardy a041e3d82c code factorization for direction buttons
Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
2014-12-27 18:56:03 +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