new entries
This commit is contained in:
parent
ce9ed9e6a8
commit
5bd074bb3b
@ -12,11 +12,11 @@ See also the list of [popular games on Github](https://github.com/leereilly/game
|
|||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
- [Libraries](library/_toc.md) (7)
|
- [Libraries](library/_toc.md) (7)
|
||||||
- [Frameworks](framework/_toc.md) (21)
|
- [Frameworks](framework/_toc.md) (28)
|
||||||
- [Adventures & Visual Novels](adventure/_toc.md) (3)
|
- [Adventures & Visual Novels](adventure/_toc.md) (8)
|
||||||
- [RPGs](rpg/_toc.md) (6)
|
- [RPGs](rpg/_toc.md) (6)
|
||||||
- [Simulation](simulation/_toc.md) (3)
|
- [Simulation](simulation/_toc.md) (3)
|
||||||
- [Strategy](strategy/_toc.md) (14)
|
- [Strategy](strategy/_toc.md) (17)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -2,4 +2,9 @@
|
|||||||
|
|
||||||
- [AdaVenture](adaventure.md)
|
- [AdaVenture](adaventure.md)
|
||||||
- [Clou!](clou.md)
|
- [Clou!](clou.md)
|
||||||
|
- [Colossal Cave Adventure](colossal_cave.md)
|
||||||
|
- [Dragon History](dragon_history.md)
|
||||||
- [Free in the Dark (engine)](fitd.md)
|
- [Free in the Dark (engine)](fitd.md)
|
||||||
|
- [GameLV](gamelv.md)
|
||||||
|
- [Solaris the Game](solaris.md)
|
||||||
|
- [TwinEngine](twin_engine.md)
|
||||||
|
16
adventure/colossal_cave.md
Normal file
16
adventure/colossal_cave.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Colossal Cave Adventure
|
||||||
|
|
||||||
|
_Original Colossal Caves adventure game, but in Python 3._
|
||||||
|
|
||||||
|
- Home: https://github.com/brandon-rhodes/python-adventure
|
||||||
|
- Wikipedia: https://en.wikipedia.org/wiki/Colossal_Cave_Adventure
|
||||||
|
- State: mature
|
||||||
|
- Type: text
|
||||||
|
- Code: https://github.com/brandon-rhodes/python-adventure
|
||||||
|
- Language(s): Python
|
||||||
|
- License: Apache-2.0
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
setup.py
|
||||||
|
|
14
adventure/dragon_history.md
Normal file
14
adventure/dragon_history.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Dragon History
|
||||||
|
|
||||||
|
_Czech adventure game._
|
||||||
|
|
||||||
|
- Home: http://www.ucw.cz/draci-historie/index-en.html
|
||||||
|
- State: mature
|
||||||
|
- License: GPL
|
||||||
|
|
||||||
|
Runs in ScummVM or Dosbox
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
|||||||
# Free in the Dark (engine)
|
# Free in the Dark (engine)
|
||||||
|
|
||||||
_Open source vesion of the engine used in the Alone in the Dark and sequels._
|
_Open source version of the engine used in the Alone in the Dark and sequels._
|
||||||
|
|
||||||
|
- Home: https://github.com/jmimu/FITD
|
||||||
- State: beta
|
- State: beta
|
||||||
- Type: engine
|
- Type: engine, reimplementation
|
||||||
- Code: https://github.com/jmimu/FITD
|
- Code: https://github.com/jmimu/FITD
|
||||||
- Language(s): C, C++
|
- Language(s): C, C++
|
||||||
- License: GPL-2.0
|
- License: GPL-2.0
|
||||||
|
12
adventure/gamelv.md
Normal file
12
adventure/gamelv.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# GameLV
|
||||||
|
|
||||||
|
_Adventure Game in Post Soviet Environment._
|
||||||
|
|
||||||
|
- Home: http://piepe.lv/game-lv/
|
||||||
|
- State: beta
|
||||||
|
- Code: https://github.com/snauts/game-lv
|
||||||
|
- Language(s): C++
|
||||||
|
- License: GPL
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
13
adventure/solaris.md
Normal file
13
adventure/solaris.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Solaris the Game
|
||||||
|
|
||||||
|
_Graphic adventure created and developing by Blender._
|
||||||
|
|
||||||
|
- Home: https://sourceforge.net/projects/solaristhegame/
|
||||||
|
- Download: https://sourceforge.net/projects/solaristhegame/files/?source=navbar
|
||||||
|
- State: beta
|
||||||
|
- Code: https://sourceforge.net/p/solaristhegame/code/HEAD/tree/ (svn)
|
||||||
|
|
||||||
|
No code
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
14
adventure/twin_engine.md
Normal file
14
adventure/twin_engine.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# TwinEngine
|
||||||
|
|
||||||
|
_A Little Big Adventure engine._
|
||||||
|
|
||||||
|
- Home: https://github.com/xesf/twin-e
|
||||||
|
- Type: reimplementation
|
||||||
|
- Code: https://github.com/xesf/twin-e
|
||||||
|
- Language(s): C
|
||||||
|
- License: GPL-2.0
|
||||||
|
|
||||||
|
Requires original content
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
@ -11,13 +11,19 @@
|
|||||||
- [Lumix Engine](lumix.md)
|
- [Lumix Engine](lumix.md)
|
||||||
- [LÖVE](loeve.md)
|
- [LÖVE](loeve.md)
|
||||||
- [Maratis](maratis.md)
|
- [Maratis](maratis.md)
|
||||||
|
- [O.H.R.RPG.C.E](ohrrpgce.md)
|
||||||
- [Octaforge](octaforge.md)
|
- [Octaforge](octaforge.md)
|
||||||
- [Open RPG Maker](openrpgmaker.md)
|
- [Open RPG Maker](openrpgmaker.md)
|
||||||
- [OpenRPG](openrpg.md)
|
- [OpenRPG](openrpg.md)
|
||||||
- [Orx](orx.md)
|
- [Orx](orx.md)
|
||||||
- [Polycode](polycode.md)
|
- [Polycode](polycode.md)
|
||||||
- [Quad-engine](quad.md)
|
- [Quad-engine](quad.md)
|
||||||
|
- [ScummVM](scummvm.md)
|
||||||
- [Solarus](solarus.md)
|
- [Solarus](solarus.md)
|
||||||
- [Urho3D](urho3d.md)
|
- [Urho3D](urho3d.md)
|
||||||
- [Vega Strike](vegastrike.md)
|
- [Vega Strike](vegastrike.md)
|
||||||
|
- [WorldForge](worldforge.md)
|
||||||
- [ZGameEditor](zgameeditor.md)
|
- [ZGameEditor](zgameeditor.md)
|
||||||
|
- [mkxp](mkxp.md)
|
||||||
|
- [sandbox Game Maker](sandboxgamemaker.md)
|
||||||
|
- [xoreos](xoreos.md)
|
||||||
|
14
framework/mkxp.md
Normal file
14
framework/mkxp.md
Normal 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
14
framework/ohrrpgce.md
Normal 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
14
framework/rpge.md
Normal 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
|
||||||
|
|
12
framework/sandboxgamemaker.md
Normal file
12
framework/sandboxgamemaker.md
Normal 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
19
framework/scummvm.md
Normal 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
17
framework/worldforge.md
Normal 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
17
framework/xoreos.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# xoreos
|
||||||
|
|
||||||
|
_Reimplementation of BioWare’s 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
|
@ -4,13 +4,16 @@
|
|||||||
- [Advanced Strategic Command](asc.md)
|
- [Advanced Strategic Command](asc.md)
|
||||||
- [Battle for Wesnoth](wesnoth.md)
|
- [Battle for Wesnoth](wesnoth.md)
|
||||||
- [C-evo](c_evo.md)
|
- [C-evo](c_evo.md)
|
||||||
|
- [Crimson Fields](crimson_fields.md)
|
||||||
- [FreeCol](freecol.md)
|
- [FreeCol](freecol.md)
|
||||||
- [Freeciv](freeciv.md)
|
- [Freeciv](freeciv.md)
|
||||||
- [Freeciv WebGL](freeciv_web.md)
|
- [Freeciv WebGL](freeciv_web.md)
|
||||||
- [Glest](glest.md)
|
- [Glest](glest.md)
|
||||||
- [LordsAWar!](lordsawar.md)
|
- [LordsAWar!](lordsawar.md)
|
||||||
- [MegaGlest](megaglest.md)
|
- [MegaGlest](megaglest.md)
|
||||||
|
- [NetPanzer](netpanzer.md)
|
||||||
- [OpenXcom](openxcom.md)
|
- [OpenXcom](openxcom.md)
|
||||||
- [Star Control II: The Ur-Quan Masters](star_control_2.md)
|
- [Star Control II: The Ur-Quan Masters](star_control_2.md)
|
||||||
|
- [UFO2000](ufo2000.md)
|
||||||
- [Ufo: Alien Invasion](ufo_alien_invasion.md)
|
- [Ufo: Alien Invasion](ufo_alien_invasion.md)
|
||||||
- [Widelands](widelands.md)
|
- [Widelands](widelands.md)
|
||||||
|
15
strategy/crimson_fields.md
Normal file
15
strategy/crimson_fields.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Crimson Fields
|
||||||
|
|
||||||
|
_Turn-based tactical war game._
|
||||||
|
|
||||||
|
- Home: http://crimson.seul.org/
|
||||||
|
- Download: http://crimson.seul.org/download.php
|
||||||
|
- Type: TBS
|
||||||
|
- Code: http://crimson.seul.org/cvs.php (cvs)
|
||||||
|
- Language(s): ??
|
||||||
|
- License: ??
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Uses autoconf
|
||||||
|
|
19
strategy/netpanzer.md
Normal file
19
strategy/netpanzer.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# NetPanzer
|
||||||
|
|
||||||
|
_An online multiplayer tactical warfare game._
|
||||||
|
|
||||||
|
- Home: http://www.netpanzer.info/
|
||||||
|
- Download: http://www.netpanzer.info/Download/
|
||||||
|
- State: beta
|
||||||
|
- Type: online, multiplayer, RTS
|
||||||
|
- Code: see Download page and <https://sourceforge.net/p/netpanzerfp/code/HEAD/tree/> (svn)
|
||||||
|
- Language(s): C++
|
||||||
|
- License: GPL-2.0
|
||||||
|
|
||||||
|
See also [Different builds of the old netpanzer code](https://github.com/Rominagrobis/OldNetPanzer) or [NetPanzer V2](https://github.com/Rominagrobis/NetPanzer-V2) or [Android client](https://github.com/francov/netPanzerSB)
|
||||||
|
or [ArchLinux page](https://aur.archlinux.org/packages/netpanzer/).
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
|
||||||
|
|
12
strategy/ufo2000.md
Normal file
12
strategy/ufo2000.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# UFO2000
|
||||||
|
|
||||||
|
_Free and opensource turn based tactical squad simulation multiplayer game._
|
||||||
|
|
||||||
|
- Home: http://ufo2000.sourceforge.net/
|
||||||
|
- Download: see home
|
||||||
|
- Code: https://sourceforge.net/p/ufo2000/code/HEAD/tree/trunk/ (svn)
|
||||||
|
- Language(s): C++
|
||||||
|
- License: GPL-2.0
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user