giritheja / mazerunner

Escape the maze!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mazerunner

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

Running

$ python mazerunner/mazerunner.py

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

To generate mazes, you will need to have numpy installed:

$ pip install numpy

You can generate your own mazes using:

$ python mazerunner/generate.py mazename.txt width height

Legend

T -- troll

^/>/v/^ -- player

X -- exit

# -- wall

LICENSE

MIT.

About

Escape the maze!

License:MIT License


Languages

Language:Python 100.0%