new entries

This commit is contained in:
Trilarion
2017-12-01 17:49:42 +01:00
parent 2e4bcc953f
commit 1921034e1d
11 changed files with 149 additions and 12 deletions

View File

@ -1,12 +1,14 @@
# Strategy games
- [0AD](0ad.md)
- [Advanced Strategic Command](asc.md)
- [Battle for Wesnoth](wesnoth.md)
- [C-evo](c_evo.md)
- [FreeCol](freecol.md)
- [Freeciv](freeciv.md)
- [Freeciv WebGL](freeciv_web.md)
- [Glest](glest.md)
- [LordsAWar!](lordsawar.md)
- [MegaGlest](megaglest.md)
- [OpenXcom](openxcom.md)
- [Star Control II: The Ur-Quan Masters](star_control_2.md)

17
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
- Type: TBS
- Code: http://hg.asc-hq.org/hg/asc (mercurial)
- Language(s): C++
- License: GPL-2.0
## Building
Uses Autoconf

19
strategy/lordsawar.md Normal file
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
- Type: 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"