Turn based roguelike in python
pyTB
Turn based roguelike in python
Documentation can be found here: http://mcgillij.github.io/pyTB/index.html
Screenshot
- Arrow keys will move the view port around.
- Shift + arrow keys will move the view port around quicker.
- Ctrl + Up / Down will move up and down the Z layers.
- 1,2,3,4 will auto select / center onto the player with that ID.
- Space will advance the turn.
- F11 will fullscreen to the resolution specified in game.conf
- Clicking on a unit will select it and display the appropriate statistics, and toggle movement mode.
- F5 to Save game.
- F6 to Load the previous save file.
GitHub