new entries

This commit is contained in:
Trilarion 2017-12-04 08:23:54 +01:00
parent 04532859af
commit ce9ed9e6a8
6 changed files with 58 additions and 1 deletions

View File

@ -12,7 +12,7 @@ See also the list of [popular games on Github](https://github.com/leereilly/game
## Contents
- [Libraries](library/_toc.md) (7)
- [Frameworks](framework/_toc.md) (17)
- [Frameworks](framework/_toc.md) (21)
- [Adventures & Visual Novels](adventure/_toc.md) (3)
- [RPGs](rpg/_toc.md) (6)
- [Simulation](simulation/_toc.md) (3)

View File

@ -3,6 +3,7 @@
- [Arianne / Marauroa](arianne.md)
- [COCOS2D-X](cocos2dx.md)
- [ENIGMA](enigma.md)
- [EasyRPG Player](easyrpgplayer.md)
- [Flare Engine](flare_engine.md)
- [GemRB](gemrb.md)
- [Godot](godot.md)
@ -11,9 +12,12 @@
- [LÖVE](loeve.md)
- [Maratis](maratis.md)
- [Octaforge](octaforge.md)
- [Open RPG Maker](openrpgmaker.md)
- [OpenRPG](openrpg.md)
- [Orx](orx.md)
- [Polycode](polycode.md)
- [Quad-engine](quad.md)
- [Solarus](solarus.md)
- [Urho3D](urho3d.md)
- [Vega Strike](vegastrike.md)
- [ZGameEditor](zgameeditor.md)

View File

@ -0,0 +1,14 @@
# EasyRPG Player
_EasyRPG Player is a program that allows to play games created with RPG Maker 2000 and 2003._
- Home: https://easyrpg.org/player/
- Download: https://easyrpg.org/player/downloads/
- Code: https://github.com/EasyRPG/Player
- Language(s): C++
- License: GPL-3.0
## Building
Uses CMake and Autoconf

13
framework/openrpg.md Normal file
View File

@ -0,0 +1,13 @@
# OpenRPG
_OpenRPG is an Internet application that allows people to play Role Playing Games and some miniature based war games in real-time over the Internet._
- 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: inactive since 2013
- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn)
- Language(s): Java, Python
- License: ??
## Building

12
framework/openrpgmaker.md Normal file
View File

@ -0,0 +1,12 @@
# Open RPG Maker
_Open RPG Maker is a free and open source 2D RPG creation utility, similar to the popular RPG Maker series._
- Home: http://openrpgmaker.sourceforge.net/
- Download: https://sourceforge.net/projects/openrpgmaker/files/?source=navbar
- State: alpha, inactive since 2014
- Code: see download
- Language(s): ??
- License: ??
## Building

14
framework/solarus.md Normal file
View File

@ -0,0 +1,14 @@
# Solarus
_Zelda-like 2D game engine._
- Home: http://www.solarus-games.org/
- Download: http://www.solarus-games.org/engine/download/
- State: mature
- Code: https://github.com/solarus-games/solarus
- Language(s): C++
- License: GPL-3.0
## Building
Uses CMake