new entries

This commit is contained in:
Trilarion
2017-12-04 13:57:06 +01:00
parent ce9ed9e6a8
commit 5bd074bb3b
20 changed files with 242 additions and 5 deletions

View File

@ -4,13 +4,16 @@
- [Advanced Strategic Command](asc.md)
- [Battle for Wesnoth](wesnoth.md)
- [C-evo](c_evo.md)
- [Crimson Fields](crimson_fields.md)
- [FreeCol](freecol.md)
- [Freeciv](freeciv.md)
- [Freeciv WebGL](freeciv_web.md)
- [Glest](glest.md)
- [LordsAWar!](lordsawar.md)
- [MegaGlest](megaglest.md)
- [NetPanzer](netpanzer.md)
- [OpenXcom](openxcom.md)
- [Star Control II: The Ur-Quan Masters](star_control_2.md)
- [UFO2000](ufo2000.md)
- [Ufo: Alien Invasion](ufo_alien_invasion.md)
- [Widelands](widelands.md)

View File

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

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

12
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