From 08b548334b23a7bfbc7b333bb3d451905d10c794 Mon Sep 17 00:00:00 2001 From: Trilarion Date: Wed, 23 May 2018 22:27:17 +0200 Subject: [PATCH] new entries --- README.md | 4 ++-- games/strategy/_toc.md | 5 +++++ games/strategy/evil_cult.md | 12 ++++++++++++ games/strategy/operation_citadel.md | 13 +++++++++++++ games/strategy/polis.md | 12 ++++++++++++ games/strategy/supremacy.md | 14 ++++++++++++++ games/strategy/wargame.md | 14 ++++++++++++++ 7 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 games/strategy/evil_cult.md create mode 100644 games/strategy/operation_citadel.md create mode 100644 games/strategy/polis.md create mode 100644 games/strategy/supremacy.md create mode 100644 games/strategy/wargame.md diff --git a/README.md b/README.md index 309d52d8..23fcd1af 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Open Source Games [comment]: # (start of autogenerated content, do not edit) -234 entries +239 entries - **[Action games](games/action/_toc.md)** (1) - **[Adventure games & Visual novels](games/adventure/_toc.md)** (15) - **[Game frameworks](games/framework/_toc.md)** (48) - **[Popular required libraries](games/library/_toc.md)** (22) - **[Role Playing Games](games/rpg/_toc.md)** (62) - **[Simulation games](games/simulation/_toc.md)** (11) -- **[Strategy games](games/strategy/_toc.md)** (74) +- **[Strategy games](games/strategy/_toc.md)** (79) - **[Tools & Manuals](games/misc/_toc.md)** (1) [comment]: # (end of autogenerated content) diff --git a/games/strategy/_toc.md b/games/strategy/_toc.md index 2f3a35ca..9638718a 100644 --- a/games/strategy/_toc.md +++ b/games/strategy/_toc.md @@ -26,6 +26,7 @@ - **[Drop Shock](drop_shock.md)** (PHP, mature, inactive since 2014) - **[EPOH](epoh.md)** (Javascript, MIT, beta) - **[Endgame: Singularity](singularity.md)** (Python, beta, inactive since 2010) +- **[Evil Cult](evil_cult.md)** (Haxe, Javascript, GPL-3.0, mature) - **[Free Orion](freeorion.md)** (C++, Python, beta) - **[FreeCol](freecol.md)** (Java, mature) - **[FreeRails](freerails.md)** (Java, beta) @@ -51,11 +52,14 @@ - **[OpenMOO2](openmoo2.md)** (beta, inactive since 2011) - **[OpenRA](openra.md)** (C#, mature) - **[OpenXcom](openxcom.md)** (C++, mature) +- **[Operation Citadel](operation_citadel.md)** (C++, GPL-2.0, beta, inactive since 2000) - **[Pax Britannica](pax_britannica.md)** (Lua, C, mature) +- **[Polis](polis.md)** (Java, GPL-3.0, mature, inactive since 2016) - **[Scorched Moon](scorched_moon.md)** (Python, GPL-3.0, beta) - **[Simple-Solitaire](simple_solitaire.md)** (Java, GPL-3.0, mature) - **[Spring RTS engine](spring.md)** (C++, C, Lua, mature) - **[Star Control II: The Ur-Quan Masters](star_control_2.md)** (C, mature, inactive since 2011) +- **[Supremacy](supremacy.md)** (C#, Ms-RL, beta, inactive) - **[Tanks of Freedom](tanks_of_freedom.md)** (GDScript) - **[Thousand Parsec](thousand_parsec.md)** (C++, Python, GPL-2.0, beta, inactive since 2012) - **[TripleA](triplea.md)** (Java, mature) @@ -64,6 +68,7 @@ - **[Ufo: Alien Invasion](ufo_alien_invasion.md)** (C, C++, mature) - **[Unknown Horizons](unknown_horizons.md)** (Python, beta) - **[War Of Kingdom](war_of_kingdom.md)** (C, C++, beta) +- **[WarGame](wargame.md)** (Unity, C#, CDDL, beta, inactive since XX) - **[Wargus](wargus.md)** (C++, Lua, GPL-2.0) - **[Warzone 2100](warzone_2100.md)** (C++) - **[Widelands](widelands.md)** (C++, Lua, mature) diff --git a/games/strategy/evil_cult.md b/games/strategy/evil_cult.md new file mode 100644 index 00000000..ae1e0b29 --- /dev/null +++ b/games/strategy/evil_cult.md @@ -0,0 +1,12 @@ +# Evil Cult + +_Turn-based strategy game about building your cult of followers and trying to summon Elder God._ + +- Home: https://code.google.com/archive/p/cult/, http://www.in-fi-del.net/static/cult/index.html +- State: mature +- Code: https://github.com/infidel-/cult +- Language(s): Haxe, Javascript +- License: GPL-3.0 + +## Building + diff --git a/games/strategy/operation_citadel.md b/games/strategy/operation_citadel.md new file mode 100644 index 00000000..532db394 --- /dev/null +++ b/games/strategy/operation_citadel.md @@ -0,0 +1,13 @@ +# Operation Citadel + +_A WWII, turn based platoon, company level war game on the Eastern Front._ + +- Home: http://kursk.sourceforge.net/newfiles/Projects.htm, https://sourceforge.net/projects/kursk +- Download: https://sourceforge.net/projects/kursk/files +- State: beta, inactive since 2000 +- Code: see download +- Language(s): C++ +- License: GPL-2.0 + +## Building + diff --git a/games/strategy/polis.md b/games/strategy/polis.md new file mode 100644 index 00000000..43b837ed --- /dev/null +++ b/games/strategy/polis.md @@ -0,0 +1,12 @@ +# Polis + +_Turn based strategy game, ambiented in ancient Greece._ + +- Home: https://code.google.com/archive/p/polisgame/ +- State: mature, inactive since 2016 +- Code: https://code.google.com/archive/p/polisgame/source/default/source +- Language(s): Java +- License: GPL-3.0 + +## Building + diff --git a/games/strategy/supremacy.md b/games/strategy/supremacy.md new file mode 100644 index 00000000..aa287c31 --- /dev/null +++ b/games/strategy/supremacy.md @@ -0,0 +1,14 @@ +# Supremacy + +_"4X" (eXplore, eXpand, eXploit, eXterminate) turn-based, empire-building strategy game on the galactic level._ + +- Home: https://archive.codeplex.com/?p=supremacy +- State: beta, inactive +- Code: see download archive +- Language(s): C# +- License: Ms-RL + +Ms-RL = Microsoft Reciprocal License + +## Building + diff --git a/games/strategy/wargame.md b/games/strategy/wargame.md new file mode 100644 index 00000000..33dd787d --- /dev/null +++ b/games/strategy/wargame.md @@ -0,0 +1,14 @@ +# WarGame + +_Turn based strategy game for Windows, Mac OS X, Linux, and Android._ + +- Home: https://archive.codeplex.com/?p=wargame +- State: beta, inactive since XX +- Code: see download archive +- Language(s): Unity, C# +- License: CDDL + +CDDL = Common Development License + +## Building +