A simple maze solving game. Most (or exclusively) enjoyable when played with a pen on tablets.
Requires Python >= 3.10.
- Install requirements from
requirements.txt
. - Run with
python src/main.py
.
Requires Python >= 3.10.
- Install requirements from
requirements_with_pyinstaller.txt
. - Run
build_exe.bat
. This will (re-)generatedist/MAZEGAME.exe
.
Download dist/MAZEGAME.exe
and run it.