Archived
1
0
Fork 0
🧱 Maze solving game with randomly generated mazes and raycasting
This repository has been archived on 2026-03-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-03-22 01:05:34 +00:00
docs docs: Update game screenshot 2024-03-21 23:38:02 +00:00
.gitignore docs: Add usage docs for running from binary 2024-03-22 01:05:34 +00:00
LICENSE feat!: Revive project 2024-03-21 20:12:26 +00:00
maze_generator.py style: Update type hinting and formatting 2024-03-21 23:35:54 +00:00
mazoku.py feat: Randomize starting player position 2024-03-21 23:57:06 +00:00
poetry.lock style: Update type hinting and formatting 2024-03-21 23:35:54 +00:00
pyproject.toml docs: Add usage docs for running from binary 2024-03-22 01:05:34 +00:00
README.md docs: Add usage docs for running from binary 2024-03-22 01:05:34 +00:00

Maze solving game with randomly generated mazes and raycasting.

RequirementsUsageControlsLicense

Usage

Running from binary

Download the latest release from the releases page and run the executable.

Running from source

Requirements

Commands

# Install dependencies
$ poetry install

# Run the game
$ poetry run python mazoku.py

Controls

  • W/S - Move forward/backward
  • A/D - Turn left/right
  • M - Turn minimap off/on
  • R - Generate new maze
  • F10 - 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.