new entries

This commit is contained in:
Trilarion
2017-12-02 23:28:37 +01:00
parent 0d2116beb5
commit 48a6b398cc
11 changed files with 116 additions and 2 deletions

View File

@ -2,5 +2,6 @@
- [Arx Libertatis](arx_libertatis.md)
- [BrowserQuest](browserquest.md)
- [Egoboo](egoboo.md)
- [FreedroidRPG](freedroid.md)
- [Hero of Allacrost](allacrost.md)

16
rpg/egoboo.md Normal file
View File

@ -0,0 +1,16 @@
# Egoboo
_A three-dimensional dungeon crawling adventure that borrows a lot of elements from the roguelike genre._
- Home: http://egoboo.sourceforge.net/about.html
- Wikipedia: <https://en.wikipedia.org/wiki/Egoboo_(video_game)>
- Download: http://egoboo.sourceforge.net/download.html
- State: mature, inactive since 2015
- Code: https://sourceforge.net/p/egoboo/svn/HEAD/tree/ (svn) https://github.com/egoboo/egoboo
- Language(s): C++, C
- License: GPL-3.0
## Building
Uses CMake

13
rpg/vegatrek.md Normal file
View File

@ -0,0 +1,13 @@
# VegaTrek
_Open source Star Trek based game (based on VegaStrike Engine) that lets you fight, trade and explore in the Star Trek universe._
- Home: https://sourceforge.net/projects/vegatrek/
- Download: https://sourceforge.net/projects/vegatrek/files/vegatrek%200.6/
- State: beta, inactive since 2013
- Code: https://sourceforge.net/p/vegatrek/code/HEAD/tree/ (svn)
- Language(s): Uses the VegaStrike engine
- License: GPL-2.0
## Building