Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 492 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 492 Bytes

maze.py

simple curses pipes written in Python

maze running inside urxvt

Setup

Before installing make sure you've installed the python-curses dependency. Then run the following program to install

$ make install

After installing you can run the program by typing maze in your terminal. If at any point you wish to uninstall just run the following command

$ make uninstall