added new entries

This commit is contained in:
Trilarion
2019-06-24 15:52:31 +02:00
parent e6934ad13a
commit d8009e7809
17 changed files with 293 additions and 73 deletions

View File

@@ -20,6 +20,7 @@
- **[Classic Blades of Exile](blades_of_exile.md)** (C++, GPL-2.0, mature)
- **[Crossfire](crossfire.md)** (C, Java, GPL-2.0, mature)
- **[DNT](dnt.md)** (C++, GPL-3.0, beta, inactive since 2016)
- **[DRL](drl.md)** (Lua, Pascal, GPL-2.0, mature)
- **[Daimonin](daimonin.md)** (C, GPL-2.0, mature)
- **[Dark City](dark_city.md)** (PHP, GPL-3.0, mature, inactive since 2012)
- **[Dawn](dawn.md)** (C++, GPL-3.0, beta, inactive since 2011)
@@ -52,6 +53,7 @@
- **[Haxima](haxima.md)** (C++, GPL-3.0, beta)
- **[Hero of Allacrost](hero_of_allacrost.md)** (C++, Lua, GPL-2.0, mature)
- **[Holyspirit](holy_spirit.md)** (C++, GPL-3.0, beta, inactive since 2013)
- **[HyperRogue](hyperrogue.md)** (C++, GPL-2.0, mature)
- **[Ilarion](ilarion.md)** (C++, Java, Lua, GPL-3.0, mature)
- **[Imperium](imperium.md)** (?, mature)
- **[Iter Vehemens ad Necem](iter_vehemens_ad_necem.md)** (C++, GPL-2.0, beta)

View File

@@ -3,6 +3,7 @@
_Cooperative multiplayer graphical RPG and adventure game._
- Home: http://crossfire.real-time.com/, https://sourceforge.net/projects/crossfire/
- Media: https://en.wikipedia.org/wiki/Crossfire_(1992_video_game)
- State: mature
- Download: http://crossfire.real-time.com/download/index.html
- Keywords: MMO

18
games/rpg/drl.md Normal file
View File

@@ -0,0 +1,18 @@
# DRL
_Fast and furious coffee-break Roguelike game that is heavily inspired by Doom._
- Home: https://drl.chaosforge.org/
- Media: https://en.wikipedia.org/wiki/DRL_(video_game)
- State: mature
- Download: https://drl.chaosforge.org/downloads
- Platform: Windows, Linux, macOS
- Keywords: roguelike
- Code repository: https://github.com/ChaosForge/doomrl.git
- Code language: Lua, Pascal
- Code license: GPL-2.0
Also known as DoomRL, short for Doom, the Roguelike.
## Building

19
games/rpg/hyperrogue.md Normal file
View File

@@ -0,0 +1,19 @@
# HyperRogue
_Roguelike inspired by the puzzle game Deadly Rooms of Death and the art of M. C. Escher, taking place in the hyperbolic plane._
- Home: http://roguetemple.com/z/hyper/
- Media: https://en.wikipedia.org/wiki/HyperRogue
- State: mature
- Download: http://roguetemple.com/z/hyper/download.php
- Platform: Windows, Linux, macOS, Android (some versions)
- Keywords: roguelike
- Code repository: https://github.com/zenorogue/hyperrogue.git
- Code language: C++
- Code license: GPL-2.0
There is also a commercial version of it.
## Building
- Build system: Autoconf