new entries

This commit is contained in:
Trilarion 2017-12-02 23:28:37 +01:00
parent 0d2116beb5
commit 48a6b398cc
11 changed files with 116 additions and 2 deletions

View File

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

View File

@ -2,10 +2,15 @@
- [Arianne / Marauroa](arianne.md)
- [COCOS2D-X](cocos2dx.md)
- [ENIGMA](enigma.md)
- [Godot](godot.md)
- [Irrlicht Engine](irrlicht.md)
- [Lumix Engine](lumix.md)
- [LÖVE](loeve.md)
- [Maratis](maratis.md)
- [Octaforge](octaforge.md)
- [Orx](orx.md)
- [Polycode](polycode.md)
- [Quad-engine](quad.md)
- [Urho3D](urho3d.md)
- [ZGameEditor](zgameeditor.md)

17
framework/enigma.md Normal file
View File

@ -0,0 +1,17 @@
# ENIGMA
_ENIGMA is a free development environment geared towards game development._
- Home: https://enigma-dev.org/
- Wikipedia: https://en.wikipedia.org/wiki/Enigma_Engine
- Download: https://enigma-dev.org/download.htm
- State: mature
- Type: 3D
- Code: https://github.com/enigma-dev/enigma-dev
- Language(s): C++, C
- License: GPL-3.0
## Building
[Build instructions](https://enigma-dev.org/docs/Wiki/Install:Windows)

17
framework/irrlicht.md Normal file
View File

@ -0,0 +1,17 @@
# Irrlicht Engine
_The Irrlicht Engine is an open source high performance realtime 3D engine._
- Home: http://irrlicht.sourceforge.net/
- Wikipedia: https://en.wikipedia.org/wiki/Irrlicht_Engine
- Download: http://irrlicht.sourceforge.net/?page_id=10
- State: mature
- Type: 3D
- Code: https://sourceforge.net/p/irrlicht/code/HEAD/tree/ (svn) https://github.com/zaki/irrlicht (mirror)
- Language(s): C++, C
- License: zlib
## Building
Includes manually created MSVC project files in the source folder.

16
framework/lumix.md Normal file
View File

@ -0,0 +1,16 @@
# Lumix Engine
_3D Game Engine_
- Home: https://github.com/nem0/lumixengine
- Download: https://github.com/nem0/LumixEngine/releases
- State: beta
- Type: 3D
- Code: https://github.com/nem0/lumixengine https://github.com/nem0/lumixengine_data (related)
- Language(s): C++
- License: MIT
## Building
Uses GENie as build tool.

13
framework/quad.md Normal file
View File

@ -0,0 +1,13 @@
# Quad-engine
_No description available._
- Home: http://quad-engine.com/
- Download: http://quad-engine.com/downloads.html
- State: beta
- Code: https://bitbucket.org/Darthman/quad/src (hg)
- Language(s): Delphi
- License: MIT
## Building

14
framework/zgameeditor.md Normal file
View File

@ -0,0 +1,14 @@
# ZGameEditor
_Rapid development solution with a tiny footprint._
- Home: http://www.zgameeditor.org/
- Download: http://www.zgameeditor.org/index.php/Main/Download
- State: mature
- Type: editor
- Code: https://github.com/VilleKrumlinde/zgameeditor
- Language(s): Pascal
- License: MIT
## Building

View File

@ -2,5 +2,6 @@
- [Arx Libertatis](arx_libertatis.md)
- [BrowserQuest](browserquest.md)
- [Egoboo](egoboo.md)
- [FreedroidRPG](freedroid.md)
- [Hero of Allacrost](allacrost.md)

16
rpg/egoboo.md Normal file
View File

@ -0,0 +1,16 @@
# Egoboo
_A three-dimensional dungeon crawling adventure that borrows a lot of elements from the roguelike genre._
- Home: http://egoboo.sourceforge.net/about.html
- Wikipedia: <https://en.wikipedia.org/wiki/Egoboo_(video_game)>
- Download: http://egoboo.sourceforge.net/download.html
- State: mature, inactive since 2015
- Code: https://sourceforge.net/p/egoboo/svn/HEAD/tree/ (svn) https://github.com/egoboo/egoboo
- Language(s): C++, C
- License: GPL-3.0
## Building
Uses CMake

13
rpg/vegatrek.md Normal file
View File

@ -0,0 +1,13 @@
# VegaTrek
_Open source Star Trek based game (based on VegaStrike Engine) that lets you fight, trade and explore in the Star Trek universe._
- Home: https://sourceforge.net/projects/vegatrek/
- Download: https://sourceforge.net/projects/vegatrek/files/vegatrek%200.6/
- State: beta, inactive since 2013
- Code: https://sourceforge.net/p/vegatrek/code/HEAD/tree/ (svn)
- Language(s): Uses the VegaStrike engine
- License: GPL-2.0
## Building

View File

@ -11,6 +11,8 @@ _The Ur-Quan Masters (or UQM) project[22] aims to port Star Control II to modern
- Language(s): C
- License: GPL-2.0
See also [Ur-Quan Masters HD](https://sourceforge.net/projects/urquanmastershd/)
## Building
Uses make