new entries

This commit is contained in:
Trilarion
2018-06-03 16:26:28 +02:00
parent 22d7ec4537
commit 132fb71d81
21 changed files with 226 additions and 41 deletions

8
games/puzzle/_toc.md Normal file
View File

@@ -0,0 +1,8 @@
# Puzzle games
[comment]: # (start of autogenerated content, do not edit)
- **[Atomiks](atomiks.md)** (C, GPL, custom (Leveldesign, see Readme), mature)
- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
[comment]: # (end of autogenerated content)

14
games/puzzle/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/puzzle/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/puzzle/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