Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcgillij/pytb
- Owner: mcgillij
- License: other
- Created: 2012-05-03T21:49:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T02:41:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T22:02:48.740Z (almost 2 years ago)
- Topics: python, roguelike, turn-based
- Language: Python
- Homepage: http://mcgillij.github.io/pyTB/
- Size: 845 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pyTB
====
Turn based roguelike in pythonDocumentation 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/listUpdated
*******Now supports Python 3.9+
PyGame 2.0.1+
pgu 0.21Currently 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/legalcodeAnd the default license for any of the libs that are used applies to their code.