/mazerunner

Escape the maze!

Primary LanguagePythonMIT LicenseMIT

mazerunner

Game made for the Escape the Trolls challenge over at Reddit.

Requirements

$ pip install -r requirements.txt

Running

$ python mazerunner/mazerunner.py -m mazename.txt

Note: your terminal window must be large enough to accommodate the entire maze. Strange things happen otherwise.

Tips on running in Windows:
The curses module is not supported on Windows machines. You can install the unofficial binary for curses from http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses.

Generate Mazes

You can generate your own mazes using:

$ python mazerunner/generator.py -o mazename.txt size <width> <height>

Legend

T -- troll

^/>/v/^ -- player

X -- exit

# -- wall

LICENSE

MIT.