new entries

This commit is contained in:
Trilarion
2017-12-02 14:16:17 +01:00
parent 2260b9a305
commit 0d2116beb5
13 changed files with 165 additions and 5 deletions

View File

@ -1 +1,6 @@
# Role Playing Games
# Role Playing Games
- [Arx Libertatis](arx_libertatis.md)
- [BrowserQuest](browserquest.md)
- [FreedroidRPG](freedroid.md)
- [Hero of Allacrost](allacrost.md)

16
rpg/allacrost.md Normal file
View File

@ -0,0 +1,16 @@
# Hero of Allacrost
_Hero of Allacrost is a single player 2D role-playing game inspired by classic console RPGs._
- Home: http://allacrost.org
- Download: https://bitbucket.org/allacrost/allacrost/downloads/
- State: stable
- Type: single player, 2D
- Code: https://bitbucket.org/allacrost/allacrost/src (hg)
- Language(s): C++, Lua
- License: GPL-2.0
## Building
Uses Autoconf

17
rpg/arx_libertatis.md Normal file
View File

@ -0,0 +1,17 @@
# Arx Libertatis
_Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 first-person role-playing game / dungeon crawler._
- Home: http://arx-libertatis.org/
- Wikipedia: https://en.wikipedia.org/wiki/Arx_Fatalis#Development
- Download: http://wiki.arx-libertatis.org/Download
- State: mature
- Type: single player
- Code: https://github.com/arx/ArxLibertatis
- Language(s): C++
- License: GPL-3.0
## Building
Uses CMake

15
rpg/browserquest.md Normal file
View File

@ -0,0 +1,15 @@
# BrowserQuest
_A Massively Multiplayer Adventure._
- Home: http://browserquest.mozilla.org/
- Wikipedia: https://en.wikipedia.org/wiki/BrowserQuest
- State: matures
- Type: MMORPG
- Code: https://github.com/mozilla/BrowserQuest
- Language(s): Javascript
- License: MPL-2.0
## Building

17
rpg/freedroid.md Normal file
View File

@ -0,0 +1,17 @@
# FreedroidRPG
_FreedroidRPG is an open source role playing game._
- Home: http://www.freedroid.org/
- Wikipedia: https://de.wikipedia.org/wiki/FreedroidRPG (english?)
- Download: http://www.freedroid.org/download/
- State: mature
- Type: single player, isometric
- Code: https://gitlab.com/freedroid/freedroid-src
- Language(s): C
- License: GPL-2.0
## Building
Uses make