https://github.com/viasnake/exploratory-maze
A maze game created with the Pyxel game engine.
https://github.com/viasnake/exploratory-maze
game pyxel
Last synced: 3 months ago
JSON representation
A maze game created with the Pyxel game engine.
- Host: GitHub
- URL: https://github.com/viasnake/exploratory-maze
- Owner: viasnake
- License: agpl-3.0
- Created: 2021-07-29T20:50:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T21:02:17.000Z (about 4 years ago)
- Last Synced: 2025-03-21T19:41:39.704Z (7 months ago)
- Topics: game, pyxel
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exploratory maze
A maze game created with the Pyxel game engine.
*Note: This game was created for me personally to study Pyxel. As such, the code is very messy and unoptimized.*
## Requirement
- Python 3.8.10
- [Pyxel](https://github.com/kitao/pyxel) 1.4.3## License
This software is released under the GNU AFFERO GENERAL PUBLIC LICENSE v3 License, see [LICENSE](LICENSE).