A Roguelike implemented in Python
This game is written in Python 3.5. It requires no external libraries, but can only be run in a terminal with full 256 color support. Support for gracefully failing down to a lower-quality terminal will be added in a later release.
To run, open the folder in your terminal and type python3 game.py.
Keys:
y k u
\ | /
h - @ - l
/ | \
b j n
s: Rest 1 turn and recover 1 HP.
q: Exit the game.
Saved games are not supported at this time.
Submit bug reports at https://github.com/jonathanabennett/Qaf/issues