Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcgillij/pytb

Turn based roguelike in python
https://github.com/mcgillij/pytb

python roguelike turn-based

Last synced: 14 days ago
JSON representation

Turn based roguelike in python

Awesome Lists containing this project

README

        

pyTB
====

Turn based roguelike in python

Documentation can be found here: http://mcgillij.github.io/pyTB/index.html

Screenshot
**********

![screenshot of pyTB](https://raw.githubusercontent.com/wiki/mcgillij/pyTB/images/screenshot.png)

Dependencies
************

+ Written in Python 2.7.2 available here: http://python.org/download/
+ Pygame 1.9.1 available here: http://pygame.org/download.shtml
+ pgu available here: http://code.google.com/p/pgu/downloads/list

Updated
*******

Now supports Python 3.9+
PyGame 2.0.1+
pgu 0.21

Currently supported keybinds
****************************

+ 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.

License: http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode

And the default license for any of the libs that are used applies to their code.