new entries

This commit is contained in:
Trilarion
2018-06-04 16:53:27 +02:00
parent 132fb71d81
commit 6fc519c915
41 changed files with 539 additions and 49 deletions

View File

@ -5,10 +5,10 @@
- **[Argentum Online](argentum_online.md)** (VB, beta, inactive since 2014)
- **[Arx Libertatis](arx_libertatis.md)** (C++, mature)
- **[Atrinik](atrinik.md)** (C)
- **[Blades of Exile](blades_of_exile.md)** (C++, mature)
- **[BrowserQuest](browserquest.md)** (Javascript, mature)
- **[Catch Challenger](catch_challenger.md)** (C++)
- **[Choria](choria.md)** (C++, C)
- **[Classic Blades of Exile](blades_of_exile.md)** (C++, mature)
- **[Crossfire](crossfire.md)** (C, Java)
- **[DNT](dnt.md)** (C++, beta, inactive since 2016)
- **[Daimonin](daimonin.md)** (C, mature)
@ -52,6 +52,7 @@
- **[Roguish](roguish.md)** (Javascript, beta, inactive since 2015)
- **[Room for Change](room_for_change.md)** (Java)
- **[RuneSword II](runesword_ii.md)** (Visual Basic, mature, inactive since 2011)
- **[S.C.O.U.R.G.E.](scourge.md)** (C++, GPL-2.0, beta, inactive since 2008)
- **[Silvertree](silvertree.md)** (C++, beta, inactive since 2007)
- **[Source of Tales](source_of_tales.md)** (Lua)
- **[Space Station 13](space_station_13.md)** (mature)
@ -60,6 +61,7 @@
- **[Summoning Wars](summoming_wars.md)** (C++, beta, inactive since 2014)
- **[The Mana World](manaworld.md)** (PHP)
- **[Trinity Reign](trinity_reign.md)** (C++, beta, inactive since 2013)
- **[Tuxemon](tuxemon.md)** (Python, GPL-3.0, mature)
- **[Umbra](umbra.md)** (Python, beta, inactive since 2002)
- **[Underworld Adventures](underworld_adventures.md)** (C++, Lua, GPL-2.0, beta, inactive since 2006)
- **[Valyria Tear](valyria_tear.md)** (Lua, C++, C)

View File

@ -1,11 +1,10 @@
# Blades of Exile
# Classic Blades of Exile
_Eole-playing video games created by Jeff Vogel of Spiderweb Software._
- Home: http://www.spiderwebsoftware.com/blades/opensource.html
- Home: http://www.spiderwebsoftware.com/blades/opensource.html, http://spiderwebforums.ipbhost.com/forum/12-blades-of-exile/, https://github.com/calref/cboe
- Media: <https://en.wikipedia.org/wiki/Exile_(1995_video_game_series)#Blades_of_Exile>
- State: mature
- Keywords: SP, MP, RTS, TBS
- Code: https://github.com/calref/cboe
- Language(s): C++
- Code license: GPL-2.0

15
games/rpg/scourge.md Normal file
View File

@ -0,0 +1,15 @@
# S.C.O.U.R.G.E.
_Roguelike game with a 3D user interface._
- Home: https://sourceforge.net/projects/scourge/
- Download: https://sourceforge.net/projects/scourge/files
- State: beta, inactive since 2008
- Keywords: roguelike
- Code: https://sourceforge.net/p/scourge/code/HEAD/tree/
- Language(s): C++
- License: GPL-2.0
- Dependencies: SDL
## Building

14
games/rpg/tuxemon.md Normal file
View File

@ -0,0 +1,14 @@
# Tuxemon
_Turn-based monster fighting RPG._
- Home: https://www.tuxemon.org/
- Download: https://www.tuxemon.org/download.html
- State: mature
- Keywords: TB
- Code: https://github.com/Tuxemon/Tuxemon
- Language(s): Python
- License: GPL-3.0
## Building