#The Last Rogue
The Last Rogue is intended to be a minimalistic roguelike set in a post-apocalyptic world.
Website: www.thelastrogue.com
##Windows - Play Now!
If you are on windows and don't need the latest build, you can download and play now!
Download and unzip this, run main.exe.
##Getting started Configure your game by editing the config.txt, lines starting with # will be ignored. You probably want to increase the resolution.
Start a new game, the available commands can be seen in the bottom right corner, it's not much so read all of it, all pages.
You're all set! Don't die, beware of cyclops.
##Installation ###Linux
- Clone this repository.
git clone http://github.com/co/TheLastRogue.git
- Download libtcod: http://doryen.eptalys.net/libtcod/download/
- Copy the .so files to the "TheLastRogue" directory.
- To play: run main.py with python 2.7.
###Windows
- Clone this repository.
git clone http://github.com/co/TheLastRogue.git
- Download libtcod: http://doryen.eptalys.net/libtcod/download/
- Copy the .dll files to the "TheLastRogue" directory.
- To play: run main.py with python 2.7.