reorganization

This commit is contained in:
Trilarion
2017-12-09 22:31:37 +01:00
parent 329f08cb4a
commit 041f951803
183 changed files with 19 additions and 24 deletions

19
games/strategy/0ad.md Normal file
View File

@ -0,0 +1,19 @@
# 0AD
_0 A.D. is a free, open-source, cross-platform real-time strategy game._
- Home: https://play0ad.com/
- Wikipedia: <https://en.wikipedia.org/wiki/0_A.D._(video_game)>
- Download: https://play0ad.com/download/
- State: alpha
- Keywords: RTS
- Code: https://svn.wildfiregames.com/public/ps/trunk/ (svn)
- Language(s): C++
- License: GPL-2.0
## Building
See [instructions](https://trac.wildfiregames.com/wiki/GettingStartedProgrammers)
Has solution files for MSVC 2015, might also use premake.

42
games/strategy/_toc.md Normal file
View File

@ -0,0 +1,42 @@
# Strategy games
[comment]: # (start of autogenerated content, do not edit)
- **[0AD](0ad.md)** (C++, GPL-2.0, alpha)
- **[Advanced Strategic Command](asc.md)** (C++, GPL-2.0, mature)
- **[Battle for Wesnoth](wesnoth.md)** (C++, GPL-2.0, mature)
- **[Birth of the Empires](birth_of_the_empires.md)** (C++, Private use allowed (original artwork under special license))
- **[C-evo](c_evo.md)** (Delphi Pascal, None found, mature, inactive since 2013)
- **[Crimson Fields](crimson_fields.md)** ()
- **[Crown and Cutless](crown_and_cutless.md)** (C++, Special, beta, inactive since 2006)
- **[Free Orion](freeorion.md)** (C++, Python, GPL-2.0, beta)
- **[FreeCol](freecol.md)** (Java 8, GPL-2.0, mature)
- **[FreeRails](freerails.md)** (Java, alpha)
- **[Freeciv](freeciv.md)** (C, GPL-2.0, mature)
- **[Freeciv WebGL](freeciv_web.md)** (Javascript, Java, AGPL-3.0, mature)
- **[Glest](glest.md)** (C++, GPL-2.0, mature, inactive since 2009)
- **[Globulation2](globulation2.md)** (C++, GPL-3.0, mature)
- **[Heroes of Wesnoth](heroes_of_wesnoth.md)** (C++, beta)
- **[LGeneral](lgeneral.md)** (C, GPL-2.0, mature)
- **[LordsAWar!](lordsawar.md)** (C++, GPL-3.0, stable)
- **[Mechanized Assault & eXploration Reloaded ](maxr.md)** (C++, C, GPL-2.0)
- **[MegaGlest](megaglest.md)** (C++, GPL-2.0, mature)
- **[Megamek](megamek.md)** (Java, GPL-2.0, mature)
- **[NetPanzer](netpanzer.md)** (C++, GPL-2.0, beta)
- **[Open General](open_general.md)** ()
- **[Open Imperium Galactica](open_imperium_galactica.md)** (Java, GPL-3.0, beta)
- **[OpenRA](openra.md)** (C#, GPl-3.0, mature)
- **[OpenXcom](openxcom.md)** (C++, GPL-3.0, mature)
- **[Pax Britannica](pax_britannica.md)** (Lua, C, MIT, mature)
- **[Spring RTS engine](spring.md)** (C++, C, Lua, GPL-2.0, mature)
- **[Star Control II: The Ur-Quan Masters](star_control_2.md)** (C, GPL-2.0, mature, inactive since 2011)
- **[Tanks of Freedom](tanks_of_freedom.md)** (GDScript, MIT)
- **[TripleA](triplea.md)** (Java, GPL-2.0, mature)
- **[UFO2000](ufo2000.md)** (C++, GPL-2.0)
- **[Ufo: Alien Invasion](ufo_alien_invasion.md)** (C, C++, GPL-2.0, mature)
- **[Unknown Horizons](unknown_horizons.md)** (Python, GPL-2.0, beta, mature (inactive since))
- **[Warzone 2100](warzone_2100.md)** (C++)
- **[Widelands](widelands.md)** (C++, Lua, GPL-2.0, mature)
- **[Xconq](xconq.md)** (GPL, mature)
- **[Zero-K](zero_k.md)** (Lua, GPL-2.0)
[comment]: # (end of autogenerated content)

17
games/strategy/asc.md Normal file
View File

@ -0,0 +1,17 @@
# Advanced Strategic Command
_Advanced Strategic Command is a free, turn based strategy game._
- Home: http://www.asc-hq.org/
- Wikipedia: https://en.wikipedia.org/wiki/Battle_Isle#Clones
- Download: ??
- State: mature
- Keywords: TBS
- Code: http://hg.asc-hq.org/hg/asc (mercurial)
- Language(s): C++
- License: GPL-2.0
## Building
Uses Autoconf

View File

@ -0,0 +1,14 @@
# 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
- 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

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

@ -0,0 +1,14 @@
# C-evo
_C-evo is a freeware empire building game for Windows._
- Home: http://www.c-evo.org/
- Wikipedia: https://en.wikipedia.org/wiki/C-evo
- Download: http://www.c-evo.org/files/files.php
- State: mature, inactive since 2013
- Keywords: TBS
- Code: http://www.c-evo.org/files/download.php?cevosrc.cevosrc.zip
- Language(s): Delphi Pascal
- License: None found
## Building

View File

@ -0,0 +1,13 @@
# Crimson Fields
_Turn-based tactical war game._
- Home: http://crimson.seul.org/
- Download: http://crimson.seul.org/download.php
- Keywords: TBS
- Code: http://crimson.seul.org/cvs.php (cvs)
## Building
Uses autoconf

View File

@ -0,0 +1,13 @@
# Crown and Cutless
_3d pirate action/adventure game in the spirit of the old Pirates! game._
- Home: http://www.crownandcutlass.com/ https://sourceforge.net/projects/crownandcutlass/
- Download: https://sourceforge.net/projects/crownandcutlass/files/crownandcutlass/
- State: beta, inactive since 2006
- Code: https://sourceforge.net/p/crownandcutlass/code/HEAD/tree/ (svn)
- Language(s): C++
- License: Special
## Building

17
games/strategy/freeciv.md Normal file
View File

@ -0,0 +1,17 @@
# Freeciv
_Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization._
- Home: http://www.freeciv.org/
- Wikipedia: https://en.wikipedia.org/wiki/Freeciv
- Download: http://www.freeciv.org/download.html
- State: mature
- Keywords: network, TBS
- Code: https://github.com/freeciv/freeciv
- Language(s): C
- License: GPL-2.0
## Building
Uses Autoconf

View File

@ -0,0 +1,18 @@
# Freeciv WebGL
_Freeciv-web is a version of Freeciv playable online in any modern web browser._
- Home: https://play.freeciv.org/
- Wikipedia: https://en.wikipedia.org/wiki/Freeciv#Freeciv_WebGL_3D_and_Freeciv-web
- State: mature
- Keywords: web client, TBS
- Code: https://github.com/freeciv/freeciv-web
- Language(s): Javascript, Java
- License: AGPL-3.0
Modifies [Freeciv](freeciv.md) slightly and uses it as server.
## Building
Maven, Docker

17
games/strategy/freecol.md Normal file
View File

@ -0,0 +1,17 @@
# FreeCol
_FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization._
- Home: http://www.freecol.org/
- Wikipedia: https://en.wikipedia.org/wiki/FreeCol
- Download: http://www.freecol.org/download.html
- State: mature
- Keywords: network, TBS
- Code: https://sourceforge.net/p/freecol/git/ci/master/tree/
- Language(s): Java 8
- License: GPL-2.0
## Building
Uses Ant

View File

@ -0,0 +1,16 @@
# Free Orion
_Turn-based space empire and galactic conquest (4X) computer game._
- 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
- Keywords: TBS
- Code: https://github.com/freeorion/freeorion
- Language(s): C++, Python
- License: GPL-2.0
## Building
Uses CMake

View File

@ -0,0 +1,15 @@
# 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
- Keywords: RTS
- Code: https://sourceforge.net/p/freerails/code/ (cvs)
- Language(s): Java
See also [FreeRails II](http://freerails2.sourceforge.net/)
## Building

19
games/strategy/glest.md Normal file
View File

@ -0,0 +1,19 @@
# Glest
_Glest is a free 3D real-time strategy game._
- Home: http://glest.org/en/index.php
- Wikipedia: https://en.wikipedia.org/wiki/Glest
- Download: http://glest.org/en/downloads.php
- State: mature, inactive since 2009
- Keywords: RTS
- Code: https://sourceforge.net/p/glest/code/HEAD/tree/trunk/
- Language(s): C++
- License: GPL-2.0
See also [Glest Advanced Engine](https://sourceforge.net/projects/glestae/).
## Building
Uses Autoconf

View 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
- Keywords: RTS
- Code: https://bitbucket.org/giszmo/glob2 (hg)
- Language(s): C++
- License: GPL-3.0
## Building

View File

@ -0,0 +1,11 @@
# Heroes of Wesnoth
_A free, turn-based strategy game where you have to guide a hero through a fantasy world._
- Home: https://launchpad.net/heroesofwesnoth
- State: beta
- Keywords: TBS
- Code: https://code.launchpad.net/heroesofwesnoth (bzr)
- Language(s): C++
## Building

View File

@ -0,0 +1,17 @@
# LGeneral
_A turn-based strategy engine heavily inspired by Panzer General._
- Home: http://lgames.sourceforge.net/LGeneral/
- Wikipedia: https://en.wikipedia.org/wiki/Panzer_General#LGeneral
- Download: see home
- State: mature
- Keywords: TBS, andoird
- Code: various on github
- Language(s): C
- License: GPL-2.0
May require original game content.
## Building

View File

@ -0,0 +1,19 @@
# LordsAWar!
_LordsAWar! is a free, turn-based strategy game where up to 8 players strive for control of as many cities as possible._
- Home: http://www.nongnu.org/lordsawar/
- Wikipedia: <https://en.wikipedia.org/wiki/Warlords_(game_series)#LordsAWar!>
- Download: see home
- State: stable
- Keywords: TBS
- Code: https://git.savannah.nongnu.org/git/lordsawar.git
- Language(s): C++
- License: GPL-3.0
## Building
Uses Autoconf
Windows executable is created as cross-compile, see source file "WINDOWS"

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

@ -0,0 +1,15 @@
# Mechanized Assault & eXploration Reloaded
_A remake of the old M.A.X. by Interplay from 1996._
- Home: https://www.maxr.org/
- Download: https://www.maxr.org/docs.php?id=3
- Code: see download
- Language(s): C++, C
- License: GPL-2.0
May require original game content.
## Building
Uses CMake

View File

@ -0,0 +1,19 @@
# MegaGlest
_MegaGlest is an entertaining free (freeware and free software) and open source cross-platform 3D real-time strategy (RTS) game._
- Home: https://megaglest.org/
- Wikipedia: https://en.wikipedia.org/wiki/MegaGlest
- Download: https://megaglest.org/download
- State: mature
- Keywords: RTS
- Code: https://github.com/MegaGlest/megaglest-source
- Language(s): C++
- License: GPL-2.0
Fork of [Glest](glest.md)
## Building
Uses CMake

16
games/strategy/megamek.md Normal file
View 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

View 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
- Keywords: 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

View File

@ -0,0 +1,10 @@
# Open General
_Evolution of SSI Panzer General II._
- Home: https://sourceforge.net/projects/opengeneral/
- Download: https://sourceforge.net/projects/opengeneral/files/
- Code: https://sourceforge.net/p/opengeneral/code/HEAD/tree/ (svn)
## Building

View 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
- Keywords: TBS
- Code: https://github.com/akarnokd/open-ig
- Language(s): Java
- License: GPL-3.0
## Building

15
games/strategy/openra.md Normal file
View 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
- Keywords: RTS
- Code: https://github.com/OpenRA/OpenRA
- Language(s): C#
- License: GPl-3.0
## Building

View File

@ -0,0 +1,19 @@
# OpenXcom
_OpenXcom is an open-source clone of the original UFO: Enemy Unknown (X-Com: UFO Defense in USA)._
- Home: https://openxcom.org/
- Wikipedia: <https://en.wikipedia.org/wiki/UFO:_Enemy_Unknown#Fan-created_content>
- Download: https://openxcom.org/downloads-milestones/
- State: mature
- Keywords: TBS
- Code: https://github.com/SupSuper/OpenXcom/
- Language(s): C++
- License: GPL-3.0
OpenXcom requires a vanilla version of the original UFO: Enemy Unknown / X-COM: UFO Defense (any edition) with the latest patch.
## Building
Uses CMake

View File

@ -0,0 +1,13 @@
# Pax Britannica
_One-button real-time strategy game._
- Home: http://paxbritannica.henk.ca/
- State: mature
- Keywords: 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
games/strategy/spring.md Normal file
View 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
- Keywords: 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

View File

@ -0,0 +1,19 @@
# Star Control II: The Ur-Quan Masters
_The Ur-Quan Masters (or UQM) project[22] aims to port Star Control II to modern operating systems including Windows, Linux, Mac OS X, and BSD._
- Home: http://sc2.sourceforge.net/
- Wikipedia: https://en.wikipedia.org/wiki/Star_Control_II#The_Ur-Quan_Masters
- Download: http://sc2.sourceforge.net/downloads.php
- State: mature, inactive since 2011
- Keywords: TBS
- Code: https://sourceforge.net/p/sc2/uqm/ci/master/tree/
- Language(s): C
- License: GPL-2.0
See also [Ur-Quan Masters HD](https://sourceforge.net/projects/urquanmastershd/)
## Building
Uses make

View File

@ -0,0 +1,14 @@
# Tanks of Freedom
_Indie Turn Based Strategy in Isometric Pixel Art._
- Home: https://w84death.itch.io/tanks-of-freedom
- Download: see home
- Code: https://github.com/w84death/Tanks-of-Freedom
- Language(s): GDScript
- License: MIT
Uses the Godot engine.
## Building

13
games/strategy/triplea.md Normal file
View 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

12
games/strategy/ufo2000.md Normal file
View 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

View File

@ -0,0 +1,17 @@
# Ufo: Alien Invasion
_UFO: Alien Invasion is a squad-based tactical strategy game in the tradition of the old X-COM PC games_
- Home: https://ufoai.org/wiki/News
- Wikipedia: <https://en.wikipedia.org/wiki/UFO:_Alien_Invasion>
- Download: https://ufoai.org/wiki/Download
- State: mature
- Keywords: TBS
- Code: https://sourceforge.net/p/ufoai/code/ci/master/tree/ https://github.com/ufoai/ufoai (sync)
- Language(s): C, C++
- License: GPL-2.0
## Building
Uses CMake

View File

@ -0,0 +1,17 @@
# Unknown Horizons
_A 2D realtime strategy simulation with an emphasis on economy and city building._
- Home: http://unknown-horizons.org/
- Media: https://en.wikipedia.org/wiki/Unknown_Horizons
- Download: http://unknown-horizons.org/downloads/
- State: beta, mature (inactive since)
- Keywords: SP, TBS
- Code: https://github.com/unknown-horizons/unknown-horizons
- Language(s): Python
- License: GPL-2.0
Uses the FIFE engine.
## Building

View File

@ -0,0 +1,13 @@
# 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/
- Keywords: RTS
- Code: https://github.com/Warzone2100/warzone2100
- Language(s): C++
## Building
Uses CMake

17
games/strategy/wesnoth.md Normal file
View File

@ -0,0 +1,17 @@
# Battle for Wesnoth
_The Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme._
- Home: http://www.wesnoth.org/
- Wikipedia: https://en.wikipedia.org/wiki/The_Battle_for_Wesnoth
- Download: http://www.wesnoth.org/#download
- State: mature
- Keywords: network, TBS
- Code: https://github.com/wesnoth/wesnoth
- Language(s): C++
- License: GPL-2.0
## Building
Uses CMake

View File

@ -0,0 +1,17 @@
# Widelands
_Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode._
- Home: https://wl.widelands.org/
- Wikipedia: https://en.wikipedia.org/wiki/Widelands
- Download: https://wl.widelands.org/wiki/Download/
- State: mature
- Keywords: RTS
- Code: https://launchpad.net/widelands (bzr) https://github.com/widelands/widelands (mirror)
- Language(s): C++, Lua
- License: GPL-2.0
## Building
Uses CMake

16
games/strategy/xconq.md Normal file
View 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

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

@ -0,0 +1,14 @@
# Zero-K
_A free multi-platform open source real-time strategy video game._
- Home: http://zero-k.info/
- Wikipedia: https://en.wikipedia.org/wiki/Zero-K
- Download: http://zero-k.info/Wiki/Download
- Keywords: RTS
- Code: https://github.com/ZeroK-RTS/Zero-K
- Language(s): Lua
- License: GPL-2.0
## Building