diff --git a/README.md b/README.md index 7160aa70..bdaf8ba5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/rpg/_toc.md b/rpg/_toc.md index 34352cfc..cd5c9cc6 100644 --- a/rpg/_toc.md +++ b/rpg/_toc.md @@ -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) diff --git a/rpg/eternal_lands.md b/rpg/eternal_lands.md new file mode 100644 index 00000000..8d040214 --- /dev/null +++ b/rpg/eternal_lands.md @@ -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 + diff --git a/rpg/other_life.md b/rpg/other_life.md new file mode 100644 index 00000000..cd62e5a0 --- /dev/null +++ b/rpg/other_life.md @@ -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 diff --git a/rpg/space_station_13.md b/rpg/space_station_13.md new file mode 100644 index 00000000..ee30d9b0 --- /dev/null +++ b/rpg/space_station_13.md @@ -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 +