new entries and reorganization of python scripts (added git archive)

This commit is contained in:
Trilarion
2018-06-01 09:23:02 +02:00
parent ce9c189ce1
commit 22d7ec4537
18 changed files with 246 additions and 23 deletions

View File

@ -26,6 +26,7 @@
- **[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)
- **[Colobot](colobot.md)** (C++, GPL-3.0, mature)
- **[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)
@ -33,12 +34,15 @@
- **[Crown and Cutless](crown_and_cutless.md)** (C++, beta, inactive since 2006)
- **[Dark Destiny](dark_destiny.md)** (Java, unclear, mature, inactive since 2016)
- **[Dark Oberon](dark_oberon.md)** (C++, GPL-2.0, mature, inactive since 2009)
- **[Devana](devana.md)** (PHP, BSD, beta)
- **[Drop Shock](drop_shock.md)** (PHP, mature, inactive since 2014)
- **[Duel Commander](duel_commander.md)** (C, GPL-3.0, beta, inactive since 2009)
- **[EPOH](epoh.md)** (Javascript, MIT, beta)
- **[Eleconics](eleconics.md)** (Java, beta, inactive since 2006)
- **[Endgame: Singularity](singularity.md)** (Python, beta, inactive since 2010)
- **[EternalWinterWars](eternalwinterwars.md)** (Java, MIT, beta, inactive since 2014)
- **[Evil Cult](evil_cult.md)** (Haxe, Javascript, GPL-3.0, mature)
- **[FAR Colony](farcolony.md)** (Pascal, GPL-3.0, beta, inactive since 2014)
- **[First Strike](first_strike.md)** (Java, mature)
- **[Free Orion](freeorion.md)** (C++, Python, beta)
- **[Free Space Colonization](freespace_colonization.md)** (C, GPL-2.0, beta)
@ -46,6 +50,7 @@
- **[Free heroes2 engine](free_heroes2_engine.md)** (C++, GPL-2.0, beta, inactive since 2015)
- **[FreeCol](freecol.md)** (Java, mature)
- **[FreeLords](freelords.md)** (Java, GPL-2.0, beta)
- **[FreeRCT](freerct.md)** (C++, GPL-2.0, beta, inactive since 2016)
- **[FreeRails](freerails.md)** (Java, beta)
- **[Freeciv](freeciv.md)** (C, mature)
- **[Freeciv WebGL](freeciv_web.md)** (Javascript, Java, mature)
@ -55,6 +60,7 @@
- **[Gigalomania](gigalomania.md)** (C++)
- **[Glest](glest.md)** (C++, mature, inactive since 2009)
- **[Globulation2](globulation2.md)** (C++, mature)
- **[Goblin Camp](golbin_camp.md)** (C++, GPL-3.0, beta, inactive since 2012)
- **[Greenius' Civil War](civil_war.md)** (beta, inactive since 2001)
- **[Harris](harris.md)** (C, Python, GPL-3.0, beta)
- **[Heroes of Wesnoth](heroes_of_wesnoth.md)** (C++, beta)
@ -85,6 +91,7 @@
- **[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)
- **[OpenRCT2](open_rct2.md)** (C++, GPL-3.0, beta)
- **[OpenXcom](open_xcom.md)** (C++, mature)
- **[Operation Citadel](operation_citadel.md)** (C++, GPL-2.0, beta, inactive since 2000)
- **[Outer Space](outer_space.md)** (Python, GPL-2.0, beta, inactive since 2012)
@ -130,6 +137,7 @@
- **[Widelands](widelands.md)** (C++, Lua, mature)
- **[Wolfpack Empire](wolfpack_empire.md)** (C, GPL-3.0, mature)
- **[World of Heroes](world_of_heroes.md)** (Python, BSD, beta, inactive since 2009)
- **[Wyrmsun](wyrmsun.md)** (Lua, C++, GPL-2.0, mature)
- **[X-Force: Fight For Destiny](x-force.md)** (Delphi, GPL-2.0, beta, inactive since 2011)
- **[Xconq](xconq.md)** (mature)
- **[Xenowar](xenowar.md)** (C, C++, GPL-3.0, mature, inactive since 2014)

15
games/strategy/colobot.md Normal file
View File

@ -0,0 +1,15 @@
# Colobot
_Real-time strategy game, where you can program your units (bots) in a language called CBOT, which is similar to C++ and Java._
- Home: https://colobot.info/
- Download: https://colobot.info/download-colobot-gold/
- State: mature
- Keywords: RTS
- Code: https://github.com/colobot/colobot
- Language(s): C++
- License: GPL-3.0
## Building
Uses CMake

16
games/strategy/devana.md Normal file
View File

@ -0,0 +1,16 @@
# Devana
_Browser strategy game._
- Home: https://web.archive.org/web/20180419021717/http://devana.eu/, https://sourceforge.net/projects/devana/
- Download: https://sourceforge.net/projects/devana/files
- State: beta
- Keywords: web
- Code: see download
- Language(s): PHP
- License: BSD
Main web site is unavailable.
## Building

View File

@ -0,0 +1,13 @@
# EternalWinterWars
_Turn based strategy game with a medieval winter setting._
- Home: https://github.com/hinogi/eternalwinterwars
- State: beta, inactive since 2014
- Code: https://github.com/hinogi/eternalwinterwars
- Language(s): Java
- License: MIT
- Platforms: Android
## Building

View File

@ -0,0 +1,12 @@
# FAR Colony
_FAR Colony (First Autonomous Remote Colony) is a game of exploration and space colonization being held in the 23th century._
- Home: https://code.google.com/archive/p/farcolony/
- State: beta, inactive since 2014
- Code: https://github.com/Vakarias/farcolony
- Language(s): Pascal
- License: GPL-3.0
## Building

View File

@ -11,6 +11,9 @@ _Freeciv is a Free and Open Source empire-building strategy game inspired by the
- Language(s): C
- Code license: GPL-2.0
See also [FreeCivAC](http://freecivac.sourceforge.net/) which is a patch to FreeCiv to incoporate Alpha Centauri behavior
however inactive since 2002.
## Building
Uses Autoconf

16
games/strategy/freerct.md Normal file
View File

@ -0,0 +1,16 @@
# FreeRCT
_Game which captures the look, feel and gameplay of the popular games RollerCoaster Tycoon 1 and 2._
- Home: https://web.archive.org/web/*/http://www.freerct.org/, http://freerct.blogspot.com/
- State: beta, inactive since 2016
- Keywords: inspired (by RCT 1 and 2)
- Code: https://github.com/FreeRCT/FreeRCT
- Language(s): C++
- License: GPL-2.0
Main web site is unavailable.
## Building
Uses CMake

View File

@ -0,0 +1,13 @@
# Goblin Camp
_Roguelike citybuilder, inspired by Anno 1404, Dwarf Fortress and Dungeon Keeper._
- Home: http://www.goblincamp.com/, https://bitbucket.org/genericcontainer/goblin-camp
- Download: see dome
- State: beta, inactive since 2012
- Code: https://bitbucket.org/genericcontainer/goblin-camp/src
- Language(s): C++
- License: GPL-3.0
## Building

View File

@ -0,0 +1,16 @@
# OpenRCT2
_Re-implementation of RollerCoaster Tycoon 2 (RCT2), expanding the game with new features, fixing original bugs and raising game limits._
- Home: https://openrct2.org/
- Media: {URL}
- Download: https://openrct2.org/downloads
- State: beta
- Keywords: remake, requires original content (from RCT2)
- Code: https://github.com/OpenRCT2/OpenRCT2
- Language(s): C++
- License: GPL-3.0
## Building
Uses CMake

18
games/strategy/wyrmsun.md Normal file
View File

@ -0,0 +1,18 @@
# Wyrmsun
_Strategy game which features elements of mythology, history and fiction._
- Home: http://andrettin.github.io/
- Download: https://store.steampowered.com/app/370070/Wyrmsun/
- State: mature
- Keywords: RTS
- Code: https://github.com/andrettin/wyrmsun, https://github.com/Andrettin/Wyrmgus
- Language(s): Lua, C++
- License: GPL-2.0
- Artwork license: GPL-2.0 (many from Battle for Wesnoth)
- Dependencies: Modified Stratagus-Engine
## Building
Engine uses CMake