new entries and updates

This commit is contained in:
Trilarion
2018-05-25 11:33:49 +02:00
parent 2bf861943d
commit 2d9a070641
10 changed files with 93 additions and 39 deletions

View File

@ -15,6 +15,7 @@
- **[Flixel](flixel.md)** (ActionScript, mature)
- **[GemRB](gemrb.md)** (C++, Python, mature)
- **[Godot](godot.md)** (C, C++, mature)
- **[H-World](h_world.md)** (C, Lua, beta, inactive since 2005)
- **[HaxeFlixel](haxeflixel.md)** (Haxe, mature)
- **[Irrlicht Engine](irrlicht.md)** (C++, C, mature)
- **[Lightweight Java Game Library](lwjgl.md)** (Kotlin, C, mature)

View File

@ -0,0 +1,12 @@
# H-World
_CRPG engine is a tile-based, turn-based, Lua scriptable engine that supports a nice graphical, isometric display._
- Home: https://sourceforge.net/projects/h-world/
- Download: https://sourceforge.net/projects/h-world/files/
- State: beta, inactive since 2005
- Code: https://sourceforge.net/p/h-world/code (cvs)
- Language(s): C, Lua
## Building

View File

@ -5,8 +5,10 @@ _OpenRPG is an Internet application that allows people to play Role Playing Game
- Home: http://www.rpgobjects.com/index.php?c=orpg https://app.assembla.com/spaces/openrpg/wiki/Home
- Download: http://www.rpgobjects.com/index.php?c=orpg&m=getorpg
- State: mature, inactive since 2013
- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn)
- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn), https://app.assembla.com/spaces/openrpg/mercurial/source (hg)
- Language(s): Java, Python
Fork: [Traipse](https://app.assembla.com/wiki/show/traipse)
## Building