new entries

This commit is contained in:
Trilarion
2018-06-05 14:10:44 +02:00
parent 6fc519c915
commit e9288960ef
27 changed files with 251 additions and 32 deletions

View File

@ -13,6 +13,8 @@
- **[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)
- **[Atomiks](atomiks.md)** (C, GPL, custom (Leveldesign, see Readme), mature)
- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
- **[Attal](attal.md)** (C++, GPL-2.0, mature, inactive since 2008)
- **[Battle for Wesnoth](wesnoth.md)** (C++, mature)
- **[Battlefield Java](battlefield_java.md)** (Java, beta, inactive since 2011)
@ -76,6 +78,7 @@
- **[JQuest](jquest.md)** (Java, beta, inactive since 2006)
- **[JSettlers](jsettlers.md)** (Java, GPL-3.0, mature)
- **[Jagged Alliance 2 Stracciatella](jagged_alliance2.md)** (C++, Various, mature)
- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
- **[Kingdoms](kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014)
- **[Knights and Merchants Remake](knights_and_merchants_remake.md)** (Delphi, AGPL-3.0, mature)
- **[LGeneral](lgeneral.md)** (C, mature)
@ -145,6 +148,7 @@
- **[Ufo: Alien Invasion](ufo_alien_invasion.md)** (C, C++, mature)
- **[Unknown Horizons](unknown_horizons.md)** (Python, beta)
- **[VCMI Project](vcmi.md)** (C++, GPL-2.0, mature)
- **[WAtomic](watomic.md)** (Pascal, GPL-2.0, mature, inactive since 2005)
- **[War Of Kingdom](war_of_kingdom.md)** (C, C++, beta)
- **[WarGame](wargame.md)** (Unity, C#, CDDL, beta, inactive since 2016)
- **[Wargamer](wargamer.md)** (C++, GPL-20, mature, inactive since 2003)

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

@ -0,0 +1,14 @@
# Atomiks
_Faithful remake of, and a tribute to, Atomix, a classic puzzle game created by Softtouch & RoSt and published in 1990 by the Thalion Software company._
- Home: http://atomiks.sourceforge.net/, https://sourceforge.net/projects/atomiks
- Download: https://sourceforge.net/projects/atomiks/files
- State: mature
- Keywords: puzzle
- Code: https://sourceforge.net/p/atomiks/code/HEAD/tree/ (svn)
- Language(s): C
- License: GPL, custom (Leveldesign, see Readme)
## Building

12
games/strategy/atomix.md Normal file
View File

@ -0,0 +1,12 @@
# Atomix
_A puzzle game in which you have to build full molecules._
- Home: https://github.com/GNOME/atomix
- State: mature
- Code: https://github.com/GNOME/atomix
- Language(s): C
- License: GPL-2.0
## Building

13
games/strategy/katomic.md Normal file
View File

@ -0,0 +1,13 @@
# KAtomic
_Fun educational game built around molecular geometry. It employs simplistic two-dimensional looks at different chemical elements._
- Home: https://www.kde.org/applications/games/katomic/, https://games.kde.org/game.php?game=katomic
- State: mature
- Keywords: puzzle
- Code: git://anongit.kde.org/katomic
- Language(s): C++
- License: GPL-2.0
## Building

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

@ -0,0 +1,14 @@
# WAtomic
_Windows clone of Linux KAtomic logic game._
- Home: https://sourceforge.net/projects/watomic/
- Download: https://sourceforge.net/projects/watomic/files/
- State: mature, inactive since 2005
- Keywords: remake
- Code: see download
- Language(s): Pascal
- License: GPL-2.0
## Building