new entries

This commit is contained in:
Trilarion
2018-06-06 16:36:00 +02:00
parent c93540d361
commit 48859942fe
15 changed files with 161 additions and 21 deletions

View File

@ -8,7 +8,9 @@
- **[Arx Libertatis](arx_libertatis.md)** (C++, mature)
- **[Atrinik](atrinik.md)** (C)
- **[Avanor](avanor.md)** (C++, Lua, GPL-2.0, beta, inactive since 2006)
- **[Betrayer's Moon Tactics](betrayer_moon_tactics.md)** (Javascript, GPL-2.0, beta, inactive since 2006)
- **[BrowserQuest](browserquest.md)** (Javascript, mature)
- **[Castle of the Winds](castle_of_the_winds.md)** (Javascript, MIT, beta)
- **[Cataclysm](cataclysm.md)** (C++, CC-BY-SA-3, beta, inactive since 2012)
- **[Catch Challenger](catch_challenger.md)** (C++)
- **[Choria](choria.md)** (C++, C)
@ -18,6 +20,7 @@
- **[Daimonin](daimonin.md)** (C, mature)
- **[Dark City](dark_city.md)** (PHP, mature, inactive since 2012)
- **[Dawn](dawn.md)** (C++, beta, inactive since 2011)
- **[Decker](decker.md)** (Java, GPL-2.0, beta, inactive since 2013)
- **[Deliantra](deliantra.md)** (C, mature)
- **[DemiGod](demigod.md)** (Java, GPL-3.0, beta, inactive since 2013)
- **[Dragon Hunt](dragon_hunt.md)** (Python, GPL-2.0, mature)
@ -26,6 +29,8 @@
- **[Dungeon Monkey Eternal](dungeon_monkey_eternal.md)** (Python)
- **[Dungeon Quest](dungeon_quest.md)** (Java, MIT, mature)
- **[Egoboo](egoboo.md)** (C++, C, mature, inactive since 2015)
- **[Endless Sky](endless_sky.md)** (C++, GPL-3.0, mature)
- **[Eos, Dawn of Light: A Space Opera](eos_dawn_of_light.md)** (Python, MIT, beta, inactive since 2007)
- **[Erebus](erebus.md)** (C++, beta)
- **[Eternal Lands](eternal_lands.md)** (C, C++, mature)
- **[Evol Online](evol_online.md)** ()
@ -58,6 +63,7 @@
- **[NLarn](nlarn.md)** (C, Lua, GPL-3.0, mature)
- **[Naev](naev.md)** (C, Lua, GPL-3.0, mature)
- **[NetHack](nethack.md)** (C, Custom (Nethack General Public License), mature)
- **[ORIENT](orient.md)** (C#, GPL-2.0, mature, inactive since 2009)
- **[Open Meridian](open_meridian.md)** (C, C++, mature)
- **[Open Tibia](open_tibia.md)** (C++, beta, inactive since 2014)
- **[OpenMW](open_mw.md)** (C++, GPL-3.0, mature)
@ -83,7 +89,9 @@
- **[Story of a Lost Sky](story_of_a_lost_sky.md)** (Python, BSD, mature)
- **[Summoning Wars](summoming_wars.md)** (C++, beta, inactive since 2014)
- **[Tales of Maj'Eyal](tales_of_maj_eyal.md)** (C, Lua, GPL-3.0, mature)
- **[The Clans](the_clans.md)** (C, GPL-2.0, beta, inactive since 2003)
- **[The Mana World](manaworld.md)** (PHP)
- **[The hunt for the lost rainbow jewels (Jewelhunt)](jewelhunt.md)** (Java, GPL-2.0, beta)
- **[Trinity Reign](trinity_reign.md)** (C++, beta, inactive since 2013)
- **[Tuxemon](tuxemon.md)** (Python, GPL-3.0, mature)
- **[UlDunAd](uidunad.md)** (Python, GPL-3.0, beta, inactive since 2011)

View File

@ -0,0 +1,13 @@
# Betrayer's Moon Tactics
_Innovative, original strategy-action RPG developed in Sphere._
- Home: https://sourceforge.net/projects/bm-game/
- Download: https://sourceforge.net/projects/bm-game/files
- State: beta, inactive since 2006
- Code: (see download)
- Language(s): Javascript
- License: GPL-2.0
## Building

View File

@ -0,0 +1,16 @@
# Castle of the Winds
_Castle of the Winds remake._
- Home: http://game.castleofthewinds.com/, http://mordrax.github.io/cotwmtor/
- Play: http://game.castleofthewinds.com/
- State: beta
- Keywords: remake
- Code: https://github.com/mordrax/cotwmtor
- Language(s): Javascript
- License: MIT
See also [another attempt](https://github.com/mordrax/cotwelm) (license?).
## Building

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

@ -0,0 +1,15 @@
# Decker
_Cyberspace hacking RPG where you hack into corporate systems to perform missions for rival corporations._
- Home: https://web.archive.org/web/20110926115405/http://www10.caro.net:80/dsi/decker/, https://sourceforge.net/projects/decker/
- Download: https://sourceforge.net/projects/decker/files
- State: beta, inactive since 2013
- Code: https://sourceforge.net/p/decker/code/HEAD/tree/ (svn)
- Language(s): Java
- License: GPL-2.0
Is there a C++ version?
## Building

16
games/rpg/endless_sky.md Normal file
View File

@ -0,0 +1,16 @@
# Endless Sky
_2D space trading and combat game similar to the classic Escape Velocity series._
- Home: http://endless-sky.github.io/
- Media: https://en.wikipedia.org/wiki/Escape_Velocity_(video_game)#Legacy
- Download: https://github.com/endless-sky/endless-sky/releases
- State: mature
- Keywords: popular
- Code: https://github.com/endless-sky/endless-sky
- Language(s): C++
- License: GPL-3.0
- Assets license: CC-BY-SA
## Building

View File

@ -0,0 +1,13 @@
# Eos, Dawn of Light: A Space Opera
_Space adventure game with elements of arcade and strategy._
- Home: https://sourceforge.net/projects/eos-game/
- Download: https://sourceforge.net/projects/eos-game/files
- State: beta, inactive since 2007
- Code: https://sourceforge.net/p/eos-game/code/HEAD/tree/ (svn)
- Language(s): Python
- License: MIT
## Building

13
games/rpg/jewelhunt.md Normal file
View File

@ -0,0 +1,13 @@
# The hunt for the lost rainbow jewels (Jewelhunt)
_The rainbow jewels have been abducted from the temple of the rainbow colors, and the world will slowly bleach out if you can't retrieve them._
- Home: https://sourceforge.net/projects/jewelhunt/
- Download: https://sourceforge.net/projects/jewelhunt/files
- State: beta
- Code: https://sourceforge.net/p/jewelhunt/code/HEAD/tree/ (svn)
- Language(s): Java
- License: GPL-2.0
## Building

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

@ -0,0 +1,14 @@
# ORIENT
_Prototype for an educational role-playing game for intercultural education._
- Home: https://web.archive.org/web/20131114051805/http://www.e-circus.org/, https://sourceforge.net/projects/orient-ecircus/
- Download: https://sourceforge.net/projects/orient-ecircus/files
- State: mature, inactive since 2009
- Keywords: educational
- Code: (see download)
- Language(s): C#
- License: GPL-2.0
## Building

13
games/rpg/the_clans.md Normal file
View File

@ -0,0 +1,13 @@
# The Clans
_The Clans was a popular game written for online BBSes back in the day of their great popularity._
- Home: http://theclans.sourceforge.net/, https://sourceforge.net/projects/theclans/
- Download: https://sourceforge.net/projects/theclans/files
- State: beta, inactive since 2003
- Code: (see download or) https://sourceforge.net/p/theclans/code/ (cvs)
- Language(s): C
- License: GPL-2.0
## Building

View File

@ -5,6 +5,7 @@ _Online Roleplaying Game browser based, which takes place in the high fantasy wo
- Home: http://worldofphaos.com/index.php?site=online_rpg https://sourceforge.net/projects/phaosrpg/
- Download: https://sourceforge.net/projects/phaosrpg/files/
- State: mature, inactive since 2011
- Keywords: online
- Code: see download
- Language(s): PHP
- Code license: GPL-2.0