added new entries

This commit is contained in:
Trilarion
2019-06-22 11:05:02 +02:00
parent 1c367117a3
commit a816ea4463
20 changed files with 221 additions and 70 deletions

15
games/puzzle/2048.md Normal file
View File

@@ -0,0 +1,15 @@
# 2048
_Sliding block puzzle game._
- Home: https://play2048.co/, https://en.wikipedia.org/wiki/2048_(video_game)
- State: mature
- Play: https://play2048.co/
- Platform: Browser
- Keywords: sliding blocks
- Code repository: https://github.com/gabrielecirulli/2048.git
- Code language: Javascript
- Code license: MIT
## Building

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

@@ -0,0 +1,10 @@
# Puzzle
[comment]: # (start of autogenerated content, do not edit)
- **[2048](2048.md)** (Javascript, MIT, mature)
- **[Atomiks](atomiks.md)** (C, GPL, mature)
- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
- **[Pingus](pingus.md)** (C++, GPL-3.0, mature)
[comment]: # (end of autogenerated content)

15
games/puzzle/atomiks.md Normal file
View File

@@ -0,0 +1,15 @@
# 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
- State: mature
- Download: https://sourceforge.net/projects/atomiks/files
- Keywords: puzzle
- Code repository: https://svn.code.sf.net/p/atomiks/code/ (svn)
- Code language: C
- Code license: GPL
- Assets license: Custom (level design, 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 repository: https://github.com/GNOME/atomix.git
- Code language: C
- Code 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 repository: https://anongit.kde.org/katomic.git (https://cgit.kde.org/katomic.git/)
- Code language: C++
- Code license: GPL-2.0
## Building

18
games/puzzle/pingus.md Normal file
View File

@@ -0,0 +1,18 @@
# Pingus
_Lemmings(tm)-like puzzle game._
- Home: https://pingus.seul.org/index.html
- State: mature
- Download: https://pingus.seul.org/download.html
- Platform: Windows, Linux, macOS
- Keywords: puzzle
- Code repository: https://gitlab.com/pingus/pingus.git
- Code language: C++
- Code license: GPL-3.0
- Code dependencies: GTK
## Building
- Build system: CMake