Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 545 Bytes

MAZEGAME

A simple maze solving game. Most (or exclusively) enjoyable when played with a pen on tablets.

Animation

Running the game

Using Python

Requires Python >= 3.10.

  1. Install requirements from requirements.txt.
  2. Run with python src/main.py.

Generating an EXE

Requires Python >= 3.10.

  1. Install requirements from requirements_with_pyinstaller.txt.
  2. Run build_exe.bat. This will (re-)generate dist/MAZEGAME.exe.

Running the precompiled EXE

Download dist/MAZEGAME.exe and run it.