Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.