opensourcegames/entries/a_planets_revenge.md
2020-09-04 16:35:00 +02:00

17 lines
680 B
Markdown

# A Planet's Revenge
- Home: https://sourceforge.net/projects/aplanetsrevenge/
- State: beta, inactive since 2008
- Download: https://sourceforge.net/projects/aplanetsrevenge/files/aplanetsrevenge/apr-1.0-alpha/
- Keywords: strategy, text-based
- Code repository: https://gitlab.com/osgames/aplanetsrevenge.git (copy of last source release)
- Code language: Python
- Code license: GPL-3.0
- Code dependencies: curses
A text-based, turn-based strategy game set in space. It is similar to a 4X game and is inspired by Space Federation: Galactic Conquest.
## Building
Requires curses which is difficult to install on Windows (https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses).