Files
artloglaby/java
philippe lhardy 9bb481d0b3 x is longitude y is latitude
and y axis is reversed in maze ( (0,0) is upper left square of maze ).

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
2025-11-01 19:32:20 +01:00
..
2025-11-01 14:09:35 +01:00
2025-11-01 14:09:35 +01:00
2016-03-24 22:01:41 +01:00
2015-02-19 22:21:44 +01:00
2022-01-10 15:26:34 +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