neckro / dungeoneer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dungeoneer

Simple RogueLike based on great tutorial at: http://roguebasin.roguelikedevelopment.org/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod

Uses libtcod

To use, download this code and follow the instructions in the tutorial for setting up python 2.7 and libtcod 1.5.1

namely, put SDL.dll and libtcod-mingw.dll in the same directory as the .py and .png files

To move, use arrow keys, num pad, or hjklyubn

Pick up items with 'g'

Check character status with 'c'

Open the Inventory with 'i'

Drop items with 'd'

Go down the stairs with '>' (you can't come back up!)

There's a few other super secret debug keys as well!

About


Languages

Language:Python 100.0%