🧱 Maze solving game with randomly generated mazes and raycasting
- Python 100%
| docs | ||
| .gitignore | ||
| LICENSE | ||
| maze_generator.py | ||
| mazoku.py | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Maze solving game with randomly generated mazes and raycasting.
Requirements • Usage • Controls • License
Usage
Running from binary
Download the latest release from the releases page and run the executable.
Running from source
Requirements
- Python ^3.11
- Pyxel ^2.0.9
Commands
# Install dependencies
$ poetry install
# Run the game
$ poetry run python mazoku.py
Controls
W/S- Move forward/backwardA/D- Turn left/rightM- Turn minimap off/onR- Generate new mazeF10- Turn debug mode off/on
License
Copyright (c) 2020 by Kamil Marut
mazoku is under the terms of the MIT License, following all clarifications stated in the license file.