new entries
This commit is contained in:
parent
08aa111af2
commit
c8bca08082
@ -15,8 +15,8 @@ See also the list of [popular games on Github](https://github.com/leereilly/game
|
||||
- [Frameworks](framework/_toc.md) (44)
|
||||
- [Adventures & Visual Novels](adventure/_toc.md) (8)
|
||||
- [RPGs](rpg/_toc.md) (7)
|
||||
- [Simulation](simulation/_toc.md) (4)
|
||||
- [Strategy](strategy/_toc.md) (17)
|
||||
- [Simulation](simulation/_toc.md) (8)
|
||||
- [Strategy](strategy/_toc.md) (29)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
11
simulation/3d_city.md
Normal file
11
simulation/3d_city.md
Normal file
@ -0,0 +1,11 @@
|
||||
# 3d.city
|
||||
|
||||
_WebGL version of micropolisJS._
|
||||
|
||||
- Home: https://github.com/lo-th/3d.city
|
||||
- Play: http://lo-th.github.io/3d.city/index.html
|
||||
- Code: https://github.com/lo-th/3d.city
|
||||
- Language(s): Javascript
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
@ -1,6 +1,10 @@
|
||||
# Simulation games
|
||||
|
||||
- [3d.city](3d_city.md)
|
||||
- [LinCity](lincity.md)
|
||||
- [LinCity-NG](lincity_ng.md)
|
||||
- [Micropolis](micropolis.md)
|
||||
- [Open Transport Tycoon](open_transport_tycoon.md)
|
||||
- [OpenCity](open_city.md)
|
||||
- [Pioneer](pioneer.md)
|
||||
- [micropolisJS](micropolis_js.md)
|
||||
|
14
simulation/lincity_ng.md
Normal file
14
simulation/lincity_ng.md
Normal file
@ -0,0 +1,14 @@
|
||||
# LinCity-NG
|
||||
|
||||
_City simulation game._
|
||||
|
||||
- Home: https://sourceforge.net/projects/lincity-ng.berlios/
|
||||
- Wikipedia: {URL}
|
||||
- Download: https://sourceforge.net/projects/lincity-ng.berlios/files/?source=navbar
|
||||
- State: alpha
|
||||
- Code: see download
|
||||
- Language(s): C++
|
||||
- License: GPL
|
||||
|
||||
## Building
|
||||
|
11
simulation/micropolis_js.md
Normal file
11
simulation/micropolis_js.md
Normal file
@ -0,0 +1,11 @@
|
||||
# micropolisJS
|
||||
|
||||
_A port of Micropolis to JS/HTML5._
|
||||
|
||||
- Home: http://www.graememcc.co.uk/micropolisJS/
|
||||
- Download: can be played online
|
||||
- Code: https://github.com/graememcc/micropolisJS
|
||||
- Language(s): HTML, C++, Java, Python
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
12
simulation/open_city.md
Normal file
12
simulation/open_city.md
Normal file
@ -0,0 +1,12 @@
|
||||
# OpenCity
|
||||
|
||||
_Another 3D city simulator._
|
||||
|
||||
- Home: http://www.opencity.info/
|
||||
- Download: http://www.opencity.info/en/Download.html
|
||||
- State: alpha
|
||||
- Code: http://svn.code.sf.net/p/opencity/code/trunk/opencity/ (svn)
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
@ -3,17 +3,28 @@
|
||||
- [0AD](0ad.md)
|
||||
- [Advanced Strategic Command](asc.md)
|
||||
- [Battle for Wesnoth](wesnoth.md)
|
||||
- [Birth of the Empires](birth_of_the_empires.md)
|
||||
- [C-evo](c_evo.md)
|
||||
- [Crimson Fields](crimson_fields.md)
|
||||
- [Free Orion](freeorion.md)
|
||||
- [FreeCol](freecol.md)
|
||||
- [FreeRails](freerails.md)
|
||||
- [Freeciv](freeciv.md)
|
||||
- [Freeciv WebGL](freeciv_web.md)
|
||||
- [Glest](glest.md)
|
||||
- [Globulation2](globulation2.md)
|
||||
- [LordsAWar!](lordsawar.md)
|
||||
- [MegaGlest](megaglest.md)
|
||||
- [Megamek](megamek.md)
|
||||
- [NetPanzer](netpanzer.md)
|
||||
- [Open Imperium Galactica](open_imperium_galactica.md)
|
||||
- [OpenRA](openra.md)
|
||||
- [OpenXcom](openxcom.md)
|
||||
- [Spring RTS engine](spring.md)
|
||||
- [Star Control II: The Ur-Quan Masters](star_control_2.md)
|
||||
- [TripleA](triplea.md)
|
||||
- [UFO2000](ufo2000.md)
|
||||
- [Ufo: Alien Invasion](ufo_alien_invasion.md)
|
||||
- [Warzone 2100](warzone_2100.md)
|
||||
- [Widelands](widelands.md)
|
||||
- [Xconq](xconq.md)
|
||||
|
15
strategy/birth_of_the_empires.md
Normal file
15
strategy/birth_of_the_empires.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Birth of the Empires
|
||||
|
||||
_Turn-based 4X strategy game set in space in the style of classics such as Microprose's Master of Orion 2 or ST: Birth of the Federation._
|
||||
|
||||
- Home: http://bote2.square7.ch/en/wiki/Main_Page
|
||||
- Wikipedia: {URL}
|
||||
- Download: http://loadion.com/en/Birth-of-the-Empires_6681499.html
|
||||
- Code: https://github.com/bote-team/bote
|
||||
- Language(s): C++
|
||||
- License: Private use allowed (original artwork under special license)
|
||||
|
||||
See also [Android/Java version](https://bitbucket.org/sarkanyi/bote-libgdx/).
|
||||
|
||||
## Building
|
||||
|
16
strategy/freeorion.md
Normal file
16
strategy/freeorion.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Free Orion
|
||||
|
||||
_{One line description}_
|
||||
|
||||
- Home: http://www.freeorion.org/index.php/Main_Page
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Master_of_Orion#External_links
|
||||
- Download: http://www.freeorion.org/index.php/Download
|
||||
- State: beta
|
||||
- Type: TBS
|
||||
- Code: https://github.com/freeorion/freeorion
|
||||
- Language(s): C++, Python
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
16
strategy/freerails.md
Normal file
16
strategy/freerails.md
Normal file
@ -0,0 +1,16 @@
|
||||
# FreeRails
|
||||
|
||||
_Real time multi player strategy game where players compete to build the most powerful railroad empire._
|
||||
|
||||
- Home: http://freerails.sourceforge.net/
|
||||
- Download: https://sourceforge.net/projects/freerails/files/jfreerails/
|
||||
- State: alpha
|
||||
- Type: RTS
|
||||
- Code: https://sourceforge.net/p/freerails/code/?source=navbar (cvs)
|
||||
- Language(s): Java
|
||||
- License: ??
|
||||
|
||||
See also [FreeRails II](http://freerails2.sourceforge.net/)
|
||||
|
||||
## Building
|
||||
|
@ -11,6 +11,8 @@ _Glest is a free 3D real-time strategy game._
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
See also [Glest Advanced Engine](https://sourceforge.net/projects/glestae/).
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
|
17
strategy/globulation2.md
Normal file
17
strategy/globulation2.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Globulation2
|
||||
|
||||
_Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units._
|
||||
|
||||
- Home: https://globulation2.org/wiki/Main_Page
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Globulation_2
|
||||
- Download: https://globulation2.org/wiki/Download_and_Install
|
||||
- State: mature
|
||||
- Type: RTS
|
||||
- Code: https://bitbucket.org/giszmo/glob2 (hg)
|
||||
- Language(s): C++
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
|
||||
|
16
strategy/megamek.md
Normal file
16
strategy/megamek.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Megamek
|
||||
|
||||
_Unofficial, online version of the Classic BattleTech board game._
|
||||
|
||||
- Home: https://www.megamek.org/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/MegaMek
|
||||
- Download: https://www.megamek.org/downloads
|
||||
- State: mature
|
||||
- Code: https://github.com/MegaMek/megamek
|
||||
- Language(s): Java
|
||||
- License: GPL-2.0
|
||||
|
||||
See also [soureforge.net project site](https://sourceforge.net/projects/megamek/?source=directory).
|
||||
|
||||
## Building
|
||||
|
13
strategy/open_imperium_galactica.md
Normal file
13
strategy/open_imperium_galactica.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Open Imperium Galactica
|
||||
|
||||
_Reimplementation of Imperium Galactica._
|
||||
|
||||
- Home: https://github.com/akarnokd/open-ig
|
||||
- Download: https://github.com/akarnokd/open-ig/releases
|
||||
- State: beta
|
||||
- Type: TBS
|
||||
- Code: https://github.com/akarnokd/open-ig
|
||||
- Language(s): Java
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
15
strategy/openra.md
Normal file
15
strategy/openra.md
Normal file
@ -0,0 +1,15 @@
|
||||
# OpenRA
|
||||
|
||||
_Recreates and modernizes the classic Command & Conquer real time strategy games._
|
||||
|
||||
- Home: http://www.openra.net/
|
||||
- Wikipedia: <https://en.wikipedia.org/wiki/Command_%26_Conquer:_Red_Alert#Open_source_remake>
|
||||
- Download: http://www.openra.net/download/
|
||||
- State: mature
|
||||
- Type: RTS
|
||||
- Code: https://github.com/OpenRA/OpenRA
|
||||
- Language(s): C#
|
||||
- License: GPl-3.0
|
||||
|
||||
## Building
|
||||
|
13
strategy/pax_britannica.md
Normal file
13
strategy/pax_britannica.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Pax Britannica
|
||||
|
||||
_One-button real-time strategy game._
|
||||
|
||||
- Home: http://paxbritannica.henk.ca/
|
||||
- State: mature
|
||||
- Type: single player, multi player, RTS, TBS (if none, remove the line)
|
||||
- Code: https://github.com/henkboom/pax-britannica
|
||||
- Language(s): Lua, C
|
||||
- License: MIT
|
||||
|
||||
## Building
|
||||
|
20
strategy/spring.md
Normal file
20
strategy/spring.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Spring RTS engine
|
||||
|
||||
_Game engine for real-time strategy (RTS) video games._
|
||||
|
||||
- Home: https://springrts.com/wiki/Main_Page
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Spring_Engine
|
||||
- Download: https://springrts.com/wiki/Download
|
||||
- State: mature
|
||||
- Type: RTS
|
||||
- Code: https://github.com/spring/spring
|
||||
- Language(s): C++, C, Lua
|
||||
- License: GPL-2.0
|
||||
|
||||
See also [Spring 1944](http://spring1944.net/) a special scenario of the spring engine (code: https://github.com/spring1944/spring1944).
|
||||
|
||||
Or [ZeroK](http://zero-k.info/) another game using SpringRTS.
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
13
strategy/triplea.md
Normal file
13
strategy/triplea.md
Normal file
@ -0,0 +1,13 @@
|
||||
# TripleA
|
||||
|
||||
_Grand Strategy Game_
|
||||
|
||||
- Home: http://triplea-game.org/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/TripleA
|
||||
- Download: http://triplea-game.org/download/
|
||||
- State: mature
|
||||
- Code: https://github.com/triplea-game/triplea
|
||||
- Language(s): Java
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
14
strategy/warzone_2100.md
Normal file
14
strategy/warzone_2100.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Warzone 2100
|
||||
|
||||
_Full campaign with optional (but strongly recommended!), videos, battle against four factions, multi-player and single-player skirmish modes, and an extensive tech tree and a full unit designer._
|
||||
|
||||
- Home: http://wz2100.net/
|
||||
- Download: https://sourceforge.net/projects/warzone2100/files/releases/
|
||||
- Type: RTS
|
||||
- Code: https://github.com/Warzone2100/warzone2100
|
||||
- Language(s): C++
|
||||
- License: ??
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
16
strategy/xconq.md
Normal file
16
strategy/xconq.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Xconq
|
||||
|
||||
_General strategy game system._
|
||||
|
||||
- Home: http://sourceware.org/xconq/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Xconq
|
||||
- Download: https://sourceware.org/xconq/ftp.html
|
||||
- State: mature
|
||||
- Code: none found yet
|
||||
- License: GPL
|
||||
|
||||
Historic. One of the first such projects.
|
||||
|
||||
## Building
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user