new entries

This commit is contained in:
Trilarion
2018-05-31 08:51:37 +02:00
parent 0d757e0416
commit ce9c189ce1
13 changed files with 172 additions and 22 deletions

View File

@ -22,10 +22,13 @@
- **[Blitzkrieg](blitzkrieg.md)** (Java, GPL, beta, inactive since 2009)
- **[Boson](boson.md)** (C++, GPL-2.0, beta, inactive since 2006)
- **[C-evo](c_evo.md)** (Delphi Pascal, mature, inactive since 2013)
- **[Caesar IA](caesar_ia.md)** (C++, GPL-3.0, beta)
- **[Call to Power 2](call_to_power2.md)** (C++, Custom (Activision CTP2 source EULA), mature)
- **[CivOne](civone.md)** (C#, CC0, beta)
- **[Civil](civil.md)** (Python, beta, inactive since 2003)
- **[Colonization too](colonization_too.md)** (C++, GPL-2.0, beta, inactive since 2004)
- **[Conquests](conquests.md)** (C++, GPL-2.0, mature, inactive since 2012)
- **[Corsix Theme Hospital](theme_hospital.md)** (Lua, C++, MIT, mature)
- **[Crimson Fields](crimson_fields.md)** ()
- **[Crown and Cutless](crown_and_cutless.md)** (C++, beta, inactive since 2006)
- **[Dark Destiny](dark_destiny.md)** (Java, unclear, mature, inactive since 2016)
@ -46,6 +49,7 @@
- **[FreeRails](freerails.md)** (Java, beta)
- **[Freeciv](freeciv.md)** (C, mature)
- **[Freeciv WebGL](freeciv_web.md)** (Javascript, Java, mature)
- **[Freeserf](freeserf.md)** (C++, GPL-3.0, beta)
- **[Freestars](freestars.md)** (C++, beta, inactive since 2008)
- **[GalaxyNG](galaxyng.md)** (C, GPL-2.0, mature, inactive since 2005)
- **[Gigalomania](gigalomania.md)** (C++)
@ -60,8 +64,10 @@
- **[JSettlers](jsettlers.md)** (Java, GPL-3.0, mature)
- **[Jagged Alliance 2 Stracciatella](jagged_alliance2.md)** (C++, Various, mature)
- **[Kingdoms](kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014)
- **[Knights and Merchants Remake](knights_and_merchants_remake.md)** (Delphi, AGPL-3.0, mature)
- **[LGeneral](lgeneral.md)** (C, mature)
- **[LordsAWar!](lordsawar.md)** (C++, mature)
- **[M.E.W.L.](mewl.md)** (C++, GPL-2.0, beta (more like alpha), inactive since 2015)
- **[Machinations](machinations.md)** (beta, inactive since 2003)
- **[Mars, Land of No Mercy](mars_land_of_no_mercy.md)** (C++, GPL-2.0, beta, inactive since 2008)
- **[Mechanized Assault & eXploration Reloaded ](maxr.md)** (C++, C)
@ -77,6 +83,7 @@
- **[Open Panzer](open_panzer.md)** (Javascript, GPL-2.0, mature)
- **[OpenHoMM](open_homm.md)** (C++, GPL-3.0, beta, inactive since 2010)
- **[OpenMOO2](open_moo2.md)** (beta, inactive since 2011)
- **[OpenPop](open_pop.md)** (C++, GPL-3.0, beta, inactive since 2009)
- **[OpenRA](open_ra.md)** (C#, mature)
- **[OpenXcom](open_xcom.md)** (C++, mature)
- **[Operation Citadel](operation_citadel.md)** (C++, GPL-2.0, beta, inactive since 2000)
@ -89,6 +96,7 @@
- **[Promisance](promisance.md)** (PHP, GPL-2.0, mature, inactive since 2004)
- **[Scorched Moon](scorched_moon.md)** (Python, GPL-3.0, beta)
- **[Sengoku: Warring States of Japan](sengoky_warring_states_of_japan.md)** (C++, Lua, MIT, beta, inactive since 2008)
- **[Settlers III remake](settlers_iii_remake.md)** (Java, MIT, beta)
- **[Simple-Solitaire](simple_solitaire.md)** (Java, GPL-3.0, mature)
- **[Skrupel - Tribute Compilation](skrupel.md)** (PHP, Javascript, GPL-2.0, mature, inactive since 2010)
- **[Slay](slay.md)** (Java, GPL-3.0, beta, inactive since 2010)
@ -104,6 +112,7 @@
- **[Stars! Nova](stars_nova.md)** (C#, GPL-2.0, beta)
- **[Supremacy](supremacy.md)** (C#, Ms-RL, beta, inactive)
- **[T-Bots](t_bots.md)** (C, GPL-2.0, beta, inactive since 2004)
- **[TVTower](tvtower.md)** (BlitzMax, Lua, Custom (similar to MIT, Apache), mature)
- **[Tanks of Freedom](tanks_of_freedom.md)** (GDScript)
- **[The Epic of Heroes](epic_of_heroes.md)** (C++, GPL-3.0, beta, inactive since 2015)
- **[Thousand Parsec](thousand_parsec.md)** (C++, Python, GPL-2.0, beta, inactive since 2012)

View File

@ -0,0 +1,15 @@
# Caesar IA
_Remake of the popular citybuilder/economic strategy - Caesar III, videogame by Empressions Games._
- Home: https://bitbucket.org/dalerank/caesaria/overview, https://bitbucket.org/dalerank/caesaria/wiki/Home
- Download: https://bitbucket.org/dalerank/caesaria/wiki/Releases
- State: beta
- Code: https://bitbucket.org/dalerank/caesaria/src
- Language(s): C++
- License: GPL-3.0
## Building
Uses CMake. Also supports Android.

View File

@ -0,0 +1,17 @@
# Call to Power 2
_Strategy game released by Activision as a sequel to Civilization: Call to Power, which itself was a successor to the Civilization series by Sid Meier._
- Home: http://ctp2.darkdust.net/, https://apolyton.net/forum/other-games/call-to-power-2/ctp2-source-code-project
- Media: https://en.wikipedia.org/wiki/Call_to_Power_II#Source_code_release
- State: mature
- Keywords: TBS
- Code: http://ctp2.darkdust.net/anonsvn/ (svn)
- Language(s): C++
- License: Custom (Activision CTP2 source EULA)
May require ownership of original content?
## Building
See Forum on apolyton.net

View File

@ -0,0 +1,15 @@
# Freeserf
_Clone of the brilliant simulation game The Settlers 1 aka Serf City._
- Home: http://jonls.dk/freeserf/
- Download: https://github.com/freeserf/freeserf/releases
- State: beta
- Keywords: remake, requires original game content (Settlers 1)
- Code: https://github.com/freeserf/freeserf
- Language(s): C++
- License: GPL-3.0
## Building
Uses CMake

View File

@ -0,0 +1,16 @@
# Knights and Merchants Remake
_An unofficial fan-made mod for the game Knights and Merchants._
- Home: http://www.kamremake.com/
- Download: http://www.kamremake.com/download/
- State: mature
- Keywords: RTS
- Code: https://github.com/Kromster80/kam_remake
- Language(s): Delphi
- License: AGPL-3.0
Requires original game content.
## Building

14
games/strategy/mewl.md Normal file
View File

@ -0,0 +1,14 @@
# M.E.W.L.
_Remake of the classic multiplayer economic strategy game M.U.L.E.._
- Home: https://github.com/LionsPhil/mewl
- State: beta (more like alpha), inactive since 2015
- Keywords: remake
- Code: https://github.com/LionsPhil/mewl
- Language(s): C++
- License: GPL-2.0
## Building
custom Makefile

View File

@ -0,0 +1,13 @@
# OpenPop
_A clone of Populous: The Beginning._
- Home: http://openpopulous.sourceforge.net/, https://sourceforge.net/projects/openpopulous/
- Download: https://sourceforge.net/projects/openpopulous/files
- State: beta, inactive since 2009
- Code: https://sourceforge.net/p/openpopulous/code/HEAD/tree/
- Language(s): C++
- License: GPL-3.0
## Building

View File

@ -0,0 +1,16 @@
# Settlers III remake
_Remake of "The Settlers III" for Windows, Linux, Mac and Android._
- Home: https://github.com/jsettlers/settlers-remake
- Download: https://github.com/jsettlers/settlers-remake/releases
- State: beta
- Keywords: remake, requires original game content
- Code: https://github.com/jsettlers/settlers-remake
- Language(s): Java
- License: MIT
## Building
Uses Gradle

View File

@ -0,0 +1,16 @@
# Corsix Theme Hospital
_Reimplementation of the 1997 Bullfrog business sim Theme Hospital._
- Home: http://forums.corsixth.com/
- Download: https://github.com/CorsixTH/CorsixTH/releases
- State: mature
- Keywords: remake, requires original content
- Code: https://github.com/CorsixTH/CorsixTH
- Language(s): Lua, C++
- License: MIT
## Building
Uses CMake

14
games/strategy/tvtower.md Normal file
View File

@ -0,0 +1,14 @@
# TVTower
_A fan remake of MadTV._
- Home: http://www.tvgigant.de/
- Media: https://en.wikipedia.org/wiki/Mad_TV_(video_game)#Remakes
- Download: see home
- State: mature
- Code: https://github.com/TVTower/TVTower
- Language(s): BlitzMax, Lua
- License: Custom (similar to MIT, Apache)
## Building