https://github.com/noracodes/raptordown
A WIP-ish roguelike with LibTCOD and Python. Created for CodeDay San Diego. Requires the appropriate libtcod.so
https://github.com/noracodes/raptordown
Last synced: 12 months ago
JSON representation
A WIP-ish roguelike with LibTCOD and Python. Created for CodeDay San Diego. Requires the appropriate libtcod.so
- Host: GitHub
- URL: https://github.com/noracodes/raptordown
- Owner: NoraCodes
- Created: 2015-05-26T04:46:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T12:49:22.000Z (almost 10 years ago)
- Last Synced: 2025-06-02T15:46:51.946Z (about 1 year ago)
- Language: Python
- Size: 286 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaptorDown
A roguelike with LibTCOD and Python.
Created for CodeDay San Diego Spring 2015, won Best Overall.

Requires the appropriate libtcod.so; 64-bit Linux is included, if you use another architecture or operating system, you will need to download LibTCOD 1.5.1 for yourself.
It is a fairly simplistic game; fight monsters, collect loot, level up.
There is a twist, however; the Cylons are after you! After a certain
number of turns in each level, the Cylons will appear and swarm you. While
you can fight them for a while, you can't do so indefinitely, so the
object of the game is to collect the fuel that allows you to jump away
to the next level.
Good luck!