Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoemur/pymaze
Curses based maze game writen in python
https://github.com/phoemur/pymaze
Last synced: about 8 hours ago
JSON representation
Curses based maze game writen in python
- Host: GitHub
- URL: https://github.com/phoemur/pymaze
- Owner: phoemur
- Created: 2014-02-19T02:09:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T15:30:21.000Z (almost 11 years ago)
- Last Synced: 2023-03-27T11:46:44.916Z (almost 2 years ago)
- Language: Python
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This tiny game was based on Joe Wingbermuehle's maze generator
(https://github.com/joewing/maze)It has randon levels with raising dificulty.
As an exercise, it was writen using the curses library instead of pygame.
Procedural programming, without classes.