initial commit for labryinth project on git_hub.
Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
This commit is contained in:
21
java/README
Normal file
21
java/README
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user