A template roguelike built with libtcod
- Python 2.7.x
This game should work from both Linux and Windows machines.
python main.py
arrow key up or k - move up
arrow key down or j - move down
arrow key left or h - move left
arrow key right or l - move right
y - move up-left
u - move up-right
b - move down-left
n - move down-right
g - grab item on floor
i - open inventory
d - drop item from inventory
. - pass a turn
alt+enter - toggle fullscreen