Files
artloglaby/java
philippe lhardy 9792b79c56 MaimMim Man in the middle minetest interceptor
- prototype
- between client and server, allow to capture all exchanges and potentially change them
- created to capture server maps in laby
- first test get only MapBlock, support version serialization version 28
  - prepartion for 29 with zstd but untested.

# Conflicts:
#	fetch_dependencies.sh
2023-07-30 10:18:45 +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
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