new entries
This commit is contained in:
@ -7,12 +7,10 @@
|
||||
- **[Advanced Strategic Command](asc.md)** (C++, mature)
|
||||
- **[Age of Magic](age_of_magic.md)** (C++, GPL-2.0, beta, inactive since 2011)
|
||||
- **[Alien Assault Traders](alien_assault_traders.md)** (PHP, beta, inactive since 2009)
|
||||
- **[Altera Terra](altera_terra.md)** (Java, GPL-2.0, beta, inactive since 2007)
|
||||
- **[Ancient Beast](ancient_beast.md)** (Javascript, AGPL-3.0, mature)
|
||||
- **[AntiChess](antichess.md)** (Java, mature, inactive since 2003)
|
||||
- **[Armies](armies.md)** (C++, mature, inactive since 2007)
|
||||
- **[Arthur's Knights](arthurs_knights.md)** (C++, Educational, beta, inactive since 2006)
|
||||
- **[Astral Clades](astral_clades.md)** (Java, beta, inactive since 2012)
|
||||
- **[Battle for Wesnoth](wesnoth.md)** (C++, mature)
|
||||
- **[Battlefield Java](battlefield_java.md)** (Java, beta, inactive since 2011)
|
||||
- **[Begin2](begin2.md)** (C++, BSD, beta, inactive since 2009)
|
||||
@ -42,6 +40,8 @@
|
||||
- **[Mechanized Assault & eXploration Reloaded ](maxr.md)** (C++, C)
|
||||
- **[MegaGlest](megaglest.md)** (C++, mature)
|
||||
- **[Megamek](megamek.md)** (Java, mature)
|
||||
- **[Mercenary Commander](mercenary_commander.md)** (Java, BSD, beta, inactive since 2010)
|
||||
- **[Moopy](moopy.md)** (Python, GPL-2.0, beta, inactive since 2008)
|
||||
- **[NetPanzer](netpanzer.md)** (C++, beta)
|
||||
- **[Open General](open_general.md)** ()
|
||||
- **[Open Imperium Galactica](open_imperium_galactica.md)** (Java, beta)
|
||||
@ -53,9 +53,9 @@
|
||||
- **[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)
|
||||
- **[Sworsorc](sworsorc.md)** (Java, beta, inactive since 2014)
|
||||
- **[Tanks of Freedom](tanks_of_freedom.md)** (GDScript)
|
||||
- **[TripleA](triplea.md)** (Java, mature)
|
||||
- **[Turious](turious.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[UFO2000](ufo2000.md)** (C++)
|
||||
- **[Ufo: Alien Invasion](ufo_alien_invasion.md)** (C, C++, mature)
|
||||
- **[Unknown Horizons](unknown_horizons.md)** (Python, beta)
|
||||
@ -64,6 +64,7 @@
|
||||
- **[Warzone 2100](warzone_2100.md)** (C++)
|
||||
- **[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)
|
||||
- **[Xconq](xconq.md)** (mature)
|
||||
- **[Xenowar](xenowar.md)** (C, C++, GPL-3.0, mature, inactive since 2014)
|
||||
- **[Zero-K](zero_k.md)** (Lua)
|
||||
|
14
games/strategy/mercenary_commander.md
Normal file
14
games/strategy/mercenary_commander.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Mercenary Commander
|
||||
|
||||
_Turn based strategy, with simultaneous turns._
|
||||
|
||||
- Home: https://code.google.com/archive/p/mercenarycommander/
|
||||
- State: beta, inactive since 2010
|
||||
- Code: https://code.google.com/archive/p/mercenarycommander/source/default/source
|
||||
- Language(s): Java
|
||||
- License: BSD
|
||||
|
||||
Targets Android. More like alpha.
|
||||
|
||||
## Building
|
||||
|
14
games/strategy/moopy.md
Normal file
14
games/strategy/moopy.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Moopy
|
||||
|
||||
_Game of space domination and colonization for multiple platforms using python and pyGame._
|
||||
|
||||
- Home: https://code.google.com/archive/p/moopy/
|
||||
- State: beta, inactive since 2008
|
||||
- Code: https://code.google.com/archive/p/moopy/source/default/source
|
||||
- Language(s): Python
|
||||
- License: GPL-2.0
|
||||
|
||||
Uses PyGame. More like alpha.
|
||||
|
||||
## Building
|
||||
|
14
games/strategy/turious.md
Normal file
14
games/strategy/turious.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Turious
|
||||
|
||||
_Turn-Based Strategy Game._
|
||||
|
||||
- Home: https://gitorious.org/turious/turious/
|
||||
- State: beta, inactive since 2014
|
||||
- Code: https://gitorious.org/turious/turious/
|
||||
- Language(s): C
|
||||
- License: GPL-3.0
|
||||
|
||||
Requires the [Rosethorn library](https://gitorious.org/rosethorn/rosethorn).
|
||||
|
||||
## Building
|
||||
|
13
games/strategy/world_of_heroes.md
Normal file
13
games/strategy/world_of_heroes.md
Normal file
@ -0,0 +1,13 @@
|
||||
# World of Heroes
|
||||
|
||||
_2D turn based strategy game, where the player commands an army in the exploration and conquest of unknown realms, gathering resources and fighting enemies._
|
||||
|
||||
- Home: https://sourceforge.net/projects/worldofheroes
|
||||
- Download: https://sourceforge.net/projects/worldofheroes/files/WOH%20v0.4.2/
|
||||
- State: beta, inactive since 2009
|
||||
- Code: see download
|
||||
- Language(s): Python
|
||||
- License: BSD
|
||||
|
||||
## Building
|
||||
|
Reference in New Issue
Block a user