new entries
This commit is contained in:
10
rpg/_toc.md
10
rpg/_toc.md
@ -2,13 +2,23 @@
|
||||
|
||||
[comment]: # (start of autogenerated content, do not edit)
|
||||
- **[Arx Libertatis](arx_libertatis.md)** (C++, GPL-3.0, mature)
|
||||
- **[Atrinik](atrinik.md)** (C)
|
||||
- **[BrowserQuest](browserquest.md)** (Javascript, MPL-2.0, matures)
|
||||
- **[Catch Challenger](catch_challenger.md)** (C++)
|
||||
- **[Crossfire](crossfire.md)** (C, Java, GPL-2.0)
|
||||
- **[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)
|
||||
- **[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)
|
||||
- **[PlaneShift](planeshift.md)** (C++, GPL-2.0, mature)
|
||||
- **[Source of Tales](source_of_tales.md)** (Lua, GPL-3.0)
|
||||
- **[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)
|
||||
|
||||
[comment]: # (end of autogenerated content)
|
12
rpg/atrinik.md
Normal file
12
rpg/atrinik.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Atrinik
|
||||
|
||||
_Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based on Daimonin and Crossfire._
|
||||
|
||||
- Home: https://www.atrinik.org/
|
||||
- Download: see home
|
||||
- Code: https://github.com/atrinik
|
||||
- Language(s): C
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
12
rpg/catch_challenger.md
Normal file
12
rpg/catch_challenger.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Catch Challenger
|
||||
|
||||
_A independent MMORPG, Lan game and a single player game._
|
||||
|
||||
- Home: https://catchchallenger.first-world.info/
|
||||
- Download: https://catchchallenger.first-world.info/download.html
|
||||
- Code: https://github.com/alphaonex86/CatchChallenger
|
||||
- Language(s): C++
|
||||
|
||||
## Building
|
||||
|
||||
|
17
rpg/daimonin.md
Normal file
17
rpg/daimonin.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Daimonin
|
||||
|
||||
_Massively Multiplayer On-line Role-playing Game (MMORPG)._
|
||||
|
||||
- Home: https://www.daimonin.org/
|
||||
- Wikipedia: <https://en.wikipedia.org/wiki/Crossfire_(1992_video_game)#Influence_on_other_online_games>
|
||||
- Download: https://www.daimonin.org/downloads/
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://sourceforge.net/p/daimonin/code/HEAD/tree/ (svn)
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
|
||||
Server code based on [Crossfire](crossfire.md)
|
||||
|
||||
## Building
|
||||
|
13
rpg/deliantra.md
Normal file
13
rpg/deliantra.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Deliantra
|
||||
|
||||
_A cooperative multiplayer RPG and adventure game set in a classical medieval environment with ubiquitious weapons and magic._
|
||||
|
||||
- Home: http://www.deliantra.net/index.html
|
||||
- Download: http://www.deliantra.net/play.html
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: http://cvs.schmorp.de/deliantra/ (cvs)
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
14
rpg/evol_online.md
Normal file
14
rpg/evol_online.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Evol Online
|
||||
|
||||
_A homely MMORPG._
|
||||
|
||||
- Home: http://evolonline.org/
|
||||
- Download: http://evolonline.org/manaplus
|
||||
- Keywords: MMO
|
||||
- Code: git@gitlab.com:evol/evol-all.git
|
||||
|
||||
Uses Mana source engine.
|
||||
|
||||
## Building
|
||||
|
||||
|
11
rpg/land_of_fire.md
Normal file
11
rpg/land_of_fire.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Land of Fire
|
||||
|
||||
_A currently playable MMORPG project._
|
||||
|
||||
- Home: http://landoffire.org/
|
||||
- Code: https://github.com/landoffire
|
||||
|
||||
Uses the Mana source engine.
|
||||
|
||||
## Building
|
||||
|
14
rpg/manaworld.md
Normal file
14
rpg/manaworld.md
Normal file
@ -0,0 +1,14 @@
|
||||
# The Mana World
|
||||
|
||||
_2D open source MMORPG._
|
||||
|
||||
- Home: https://www.themanaworld.org/
|
||||
- Download: https://www.themanaworld.org/index.php/Downloads
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/themanaworld
|
||||
- Language(s): PHP
|
||||
- License: GPL-2.0
|
||||
|
||||
See also [ManaPlus](http://manaplus.org/) client.
|
||||
|
||||
## Building
|
15
rpg/meridian59.md
Normal file
15
rpg/meridian59.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Meridian 59
|
||||
|
||||
_A classic MMO._
|
||||
|
||||
- Home: http://meridian59.com/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Meridian_59
|
||||
- Download: http://meridian59.com/play-now.php
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/Meridian59/Meridian59
|
||||
- Language(s): C++, C
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
15
rpg/open_meridian.md
Normal file
15
rpg/open_meridian.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Open Meridian
|
||||
|
||||
_Meridian 59 is a long-running medieval fantasy combat and adventure MMO._
|
||||
|
||||
- Home: http://openmeridian.org/
|
||||
- Download: http://openmeridian.org/create-account/
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/OpenMeridian/Meridian59
|
||||
- Language(s): C, C++
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
|
15
rpg/source_of_tales.md
Normal file
15
rpg/source_of_tales.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Source of Tales
|
||||
|
||||
_A massive multiplayer online roleplaying game._
|
||||
|
||||
- Home: http://www.sourceoftales.org/
|
||||
- Download: {URL}
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/tales/sourceoftales
|
||||
- Language(s): Lua
|
||||
- License: GPL-3.0
|
||||
|
||||
Uses the Mana source engine.
|
||||
|
||||
## Building
|
||||
|
Reference in New Issue
Block a user