better template, more entries

This commit is contained in:
Trilarion
2017-11-30 21:49:38 +01:00
parent 87a93e6911
commit 3ac2d38279
11 changed files with 114 additions and 21 deletions

View File

@ -1 +1,5 @@
# Strategy games
# Strategy games
- [Freeciv WebGL](freeciv_web.md)
- [Freeciv](freeciv.md)
- [Battle for Wesnoth](wesnoth.md)

17
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
- Type: network, TBS
- Code: https://github.com/freeciv/freeciv
- Language(s): C
- License: GPL-2.0
## Building
Uses Autoconf

18
strategy/freeciv_web.md Normal file
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
- Type: 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
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
- Type: network, TBS
- Code: https://github.com/wesnoth/wesnoth
- Language(s): C++
- License: GPL-2.0
## Building
Uses CMake