new entries

This commit is contained in:
Trilarion
2017-12-04 13:57:06 +01:00
parent ce9ed9e6a8
commit 5bd074bb3b
20 changed files with 242 additions and 5 deletions

View File

@ -11,13 +11,19 @@
- [Lumix Engine](lumix.md)
- [LÖVE](loeve.md)
- [Maratis](maratis.md)
- [O.H.R.RPG.C.E](ohrrpgce.md)
- [Octaforge](octaforge.md)
- [Open RPG Maker](openrpgmaker.md)
- [OpenRPG](openrpg.md)
- [Orx](orx.md)
- [Polycode](polycode.md)
- [Quad-engine](quad.md)
- [ScummVM](scummvm.md)
- [Solarus](solarus.md)
- [Urho3D](urho3d.md)
- [Vega Strike](vegastrike.md)
- [WorldForge](worldforge.md)
- [ZGameEditor](zgameeditor.md)
- [mkxp](mkxp.md)
- [sandbox Game Maker](sandboxgamemaker.md)
- [xoreos](xoreos.md)

14
framework/mkxp.md Normal file
View File

@ -0,0 +1,14 @@
# mkxp
_Free Software implementation of the Ruby Game Scripting System (RGSS)._
- Home: https://github.com/Ancurio/mkxp
- Download: see home
- Code: https://github.com/Ancurio/mkxp
- Language(s): C++, C
- License: GPL-2.0
## Building
Uses CMake

14
framework/ohrrpgce.md Normal file
View File

@ -0,0 +1,14 @@
# O.H.R.RPG.C.E
_Official Hamster Republic Role Playing Game Construction Engine_
- Home: http://rpg.hamsterrepublic.com/ohrrpgce/Main_Page
- Wikipedia: https://en.wikipedia.org/wiki/OHRRPGCE
- Download: http://rpg.hamsterrepublic.com/ohrrpgce/Downloads
- State: mature
- Code: https://rpg.hamsterrepublic.com/source/ (svn) https://bitbucket.org/rbv/ohrrpgce-svn/src
- Language(s): Basic
- License: GPL-2.0
## Building

14
framework/rpge.md Normal file
View File

@ -0,0 +1,14 @@
# rpge
_Engine for two-dimensional graphical role-playing games._
- Home: http://savannah.gnu.org/projects/rpge/
- State: beta, inactive since 2014
- Code: https://git.savannah.gnu.org/git/rpge.git
- Language(s): C
- License: GPL-3.0
## Building
Uses Autoconf

View File

@ -0,0 +1,12 @@
# sandbox Game Maker
_Open source easy to use standalone 3D Game Maker and 3D Game Design program currently based on the cube 2 engine._
- Home: http://www.sandboxgamemaker.com/free-game-maker/
- Download: http://www.sandboxgamemaker.com/free-game-maker-download/
- Code: https://github.com/PlatinumArts/Platinum-Arts-Sandbox-Free-Game-Maker
- Language(s): C++, C
- License: MIT, ZLIB modified (requires special credits and notifications)
## Building

19
framework/scummvm.md Normal file
View File

@ -0,0 +1,19 @@
# ScummVM
_Allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files._
- Home: www.scummvm.org
- Wikipedia: https://en.wikipedia.org/wiki/ScummVM
- Download: http://www.scummvm.org/downloads/
- State: mature
- Type: reimplementation
- Code: https://github.com/scummvm/scummvm
- Language(s): C++
- License: GPL-2.0
Requires original data files.
## Building
Uses make

17
framework/worldforge.md Normal file
View File

@ -0,0 +1,17 @@
# WorldForge
_Open source framework for massively multiplayer online role-playing games._
- Home: https://www.worldforge.org/
- Wikipedia: https://en.wikipedia.org/wiki/WorldForge
- Download: https://www.worldforge.org/index.php/downloads/
- State: mature
- Type: MMO
- Code: https://github.com/worldforge (different sub-repositories)
- Language(s): C++
- License: GPL-2.0
## Building
See the [Hammer script](https://github.com/worldforge/hammer) build tool.

17
framework/xoreos.md Normal file
View File

@ -0,0 +1,17 @@
# xoreos
_Reimplementation of BioWares Aurora engine (and derivatives) as used in their 3D games, beginning with Neverwinter Nights._
- Home: https://xoreos.org/
- Download: https://xoreos.org/downloads/index.html
- State: alpha, beta, mature, [inactive since]
- Type: single player, multi player, RTS, TBS (if none, remove the line)
- Code: https://github.com/xoreos/xoreos/
- Language(s): C++
- License: GPL-3.0
Requires original game data.
## Building
Uses Autoconf