Files
artloglaby/java
philippe lhardy 02fda1fc2e refactoring, deploy Position and XYGridIterator
- try to use more Position instead of (x,y)
  - create PositionWithDpeth for its specific usage in path finding
- create a XYGridITerator that walk cells from grid X then Y.
2020-12-28 20:05:10 +01: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
2018-06-13 20:56:12 +02: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