https://github.com/mpcodewriter21/pymaze
A maze game made with pygame.
https://github.com/mpcodewriter21/pymaze
Last synced: 10 months ago
JSON representation
A maze game made with pygame.
- Host: GitHub
- URL: https://github.com/mpcodewriter21/pymaze
- Owner: MPCodeWriter21
- License: mit
- Created: 2024-06-30T10:33:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T10:46:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T17:16:27.628Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pymaze
======
A maze game made with pygame.
References
==========
+ [Maze generation algorithm](https://www.youtube.com/watch?v=zbXKcDVV4G0)
+ [pygame](https://www.pygame.org/)