new entries

This commit is contained in:
Trilarion 2017-12-08 17:43:41 +01:00
parent f735a5e620
commit 003eaa2130
5 changed files with 54 additions and 1 deletions

View File

@ -15,7 +15,7 @@ See also the list of [popular games on Github](https://github.com/leereilly/game
- **[Adventure games & Visual novels](adventure/_toc.md)** (14)
- **[Game frameworks](framework/_toc.md)** (45)
- **[Popular required libraries](library/_toc.md)** (23)
- **[Role Playing Games](rpg/_toc.md)** (19)
- **[Role Playing Games](rpg/_toc.md)** (22)
- **[Simulation games](simulation/_toc.md)** (10)
- **[Strategy games](strategy/_toc.md)** (32)

View File

@ -9,14 +9,17 @@
- **[Daimonin](daimonin.md)** (C, GPL-2.0, mature)
- **[Deliantra](deliantra.md)** (C, GPL-2.0, mature)
- **[Egoboo](egoboo.md)** (C++, C, GPL-3.0, mature, inactive since 2015)
- **[Eternal Lands](eternal_lands.md)** (C, C++, [Special](https://raw.githubusercontent.com/raduprv/Eternal-Lands/master/eternal_lands_license.txt), mature)
- **[Evol Online](evol_online.md)** ()
- **[FreedroidRPG](freedroid.md)** (C, GPL-2.0, mature)
- **[Hero of Allacrost](allacrost.md)** (C++, Lua, GPL-2.0, stable)
- **[Land of Fire](land_of_fire.md)** ()
- **[Meridian 59](meridian59.md)** (C++, C, GPL-2.0, mature)
- **[Open Meridian](open_meridian.md)** (C, C++, GPL-2.0, mature)
- **[Other-Life](other_life.md)** (C, C++)
- **[PlaneShift](planeshift.md)** (C++, GPL-2.0, mature)
- **[Source of Tales](source_of_tales.md)** (Lua, GPL-3.0)
- **[Space Station 13](space_station_13.md)** (mature)
- **[Stendhal](stendhal.md)** (Java, GPL-2.0, mature)
- **[The Mana World](manaworld.md)** (PHP, GPL-2.0)
- **[VegaTrek](vegatrek.md)** (GPL-2.0, beta, inactive since 2013)

15
rpg/eternal_lands.md Normal file
View File

@ -0,0 +1,15 @@
# Eternal Lands
_Multiplayer, online role-playing game (MMORPG)._
- Home: http://www.eternal-lands.com/
- Wikipedia: https://en.wikipedia.org/wiki/Eternal_Lands
- Download: http://www.eternal-lands.com/page/download.php
- State: mature
- Keywords: MMO
- Code: https://github.com/raduprv/Eternal-Lands
- Language(s): C, C++
- License: [Special](https://raw.githubusercontent.com/raduprv/Eternal-Lands/master/eternal_lands_license.txt)
## Building

14
rpg/other_life.md Normal file
View File

@ -0,0 +1,14 @@
# Other-Life
_A community based game that allows you to affect the future of the game._
- Home: http://www.other-life.com/
- Wikipedia: https://en.wikipedia.org/wiki/Eternal_Lands#Spin-offs
- Download: http://www.other-life.com/downloads.php
- Keywords: MMO
- Code: https://github.com/jp8900308/other-life https://github.com/gregoryfenton/other-life
- Language(s): C, C++
Based on [Eternal Lands](eternal_lands.md)
## Building

21
rpg/space_station_13.md Normal file
View File

@ -0,0 +1,21 @@
# Space Station 13
_A community developed, multiplayer round-based role playing game, where players assume the role of a crewmember on a space station._
- Home: https://spacestation13.com/
- Wikipedia: https://en.wikipedia.org/wiki/Space_Station_13
- State: mature
- Keywords: online
- Code: many different versions
Uses the [Byond engine]() which is closed source!
Open source versions:
- https://tgstation13.org/ https://github.com/tgstation/tgstation
- https://baystation12.net/ https://github.com/Baystation12/Baystation12/
- https://nanotrasen.se/forum/ https://github.com/ParadiseSS13/Paradise
- https://github.com/ss13remake/ss13remake
- https://github.com/griefly/griefly (not using Byond?)
## Building