new entries

This commit is contained in:
Trilarion
2018-06-05 14:10:44 +02:00
parent 6fc519c915
commit e9288960ef
27 changed files with 251 additions and 32 deletions

View File

@ -18,6 +18,7 @@
- **[H-World](h_world.md)** (C, Lua, beta, inactive since 2005)
- **[HaxeFlixel](haxeflixel.md)** (Haxe, mature)
- **[Irrlicht Engine](irrlicht.md)** (C++, C, mature)
- **[JiGS Interactive Game System](jigs_php_rpg.md)** (Javascript, PHP, GPL-3.0, beta)
- **[Lightweight Java Game Library](lwjgl.md)** (Kotlin, C, mature)
- **[Lumix Engine](lumix.md)** (C++, beta)
- **[LÖVE](loeve.md)** (C++, mature)
@ -39,6 +40,7 @@
- **[ScummVM](scummvm.md)** (C++, mature)
- **[Solarus](solarus.md)** (C++, mature)
- **[Superpowers](superpowers.md)** (Typescript)
- **[Terasology](terasology.md)** (Java, Apache-2.0, mature)
- **[Urho3D](urho3d.md)** (C++, Angelscript, mature)
- **[Vega Strike](vegastrike.md)** (C++, mature)
- **[WorldForge](worldforge.md)** (C++, mature)
@ -46,6 +48,7 @@
- **[jMonkeyEngine](jmonkeyengine.md)** (Java, mature)
- **[libGDX](libgdx.md)** (Java, C++, C, mature)
- **[mkxp](mkxp.md)** (C++, C)
- **[pyORPG](pyorpg.md)** (Python, MIT, beta, inactive since 2015)
- **[pygame](pygame.md)** (C, Python, mature)
- **[rpge](rpge.md)** (C, beta, inactive since 2014)
- **[sandbox Game Maker](sandboxgamemaker.md)** (C++, C)

View File

@ -0,0 +1,13 @@
# JiGS Interactive Game System
_Online RPG engine built in php._
- Home: http://www.eclecticmeme.com/
- State: beta
- Keywords: online
- Code: https://github.com/EMC23/JiGS-PHP-RPG-engine
- Language(s): Javascript, PHP
- License: GPL-3.0
## Building

15
games/framework/pyorpg.md Normal file
View File

@ -0,0 +1,15 @@
# pyORPG
_ORPG (online role-playing-game) engine that allows everyone to create their own ORPG adventure within minutes._
- Home: https://web.archive.org/web/20131114162141/http://www.powrtoch.org:80/pyorpg
- State: beta, inactive since 2015
- Code: https://github.com/marcusmoller/pyorpg-client, https://github.com/marcusmoller/pyorpg-server
- Language(s): Python
- License: MIT
- Dependencies: PyGame
Is this an engine or a game?
## Building

View File

@ -0,0 +1,15 @@
# Terasology
_Stable platform for various types of gameplay settings in a voxel world._
- Home: http://terasology.org/index.html
- State: mature
- Keywords: 3D
- Code: https://github.com/MovingBlocks/Terasology
- Language(s): Java
- License: Apache-2.0
Not sure if it's a game, a game engine/framework or a graphical/scene framework.
## Building