added new entries

This commit is contained in:
Trilarion
2019-06-29 10:59:37 +02:00
parent 7061f62274
commit 90c224d630
16 changed files with 321 additions and 90 deletions

View File

@@ -4,6 +4,8 @@
- **[2048](2048.md)** (Javascript, MIT, mature)
- **[Atomiks](atomiks.md)** (C, GPL, mature)
- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
- **[Block Attack - Rise of the Blocks](blockattack.md)** (C++, GPL-2.0, mature)
- **[BlockOut II](blockout_ii.md)** (?, ?, mature, inactive since 2014)
- **[Enigma](enigma.md)** (C, C++, GPL-2.0, mature)
- **[Fish Fillets - Next Generation](fish_fillets_ng.md)** (C++, GPL-2.0, mature, inactive since 2011)
- **[Frozen Bubble](frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012)

View File

@@ -1,6 +1,6 @@
# Block Attack - Rise of the Blocks
_A match-3 game inspired by "Tetris Attack" but more PC friendly_
_A match-3 game inspired by "Tetris Attack" but more PC friendly._
- Home: https://blockattack.net
- State: mature
@@ -9,7 +9,7 @@ _A match-3 game inspired by "Tetris Attack" but more PC friendly_
- Keywords: tetris attack, sliding blocks, match 3
- Code repository: https://github.com/blockattack/blockattack-game.git
- Code language: C++
- Code license: GPLv2 or later
- Code license: GPL-2.0
- Code dependencies: C++11 compiler, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, physfs, boost, boost-program-options, utfcpp, gettext
- Assets license: GPLv2, GPLv2 or later, CC-BY-SA, Public Domain

View File

@@ -0,0 +1,15 @@
# BlockOut II
_Adaptation of the original BlockOut® DOS game edited by California Dreams in 1989._
- Home: http://www.blockout.net/blockout2/, https://sourceforge.net/projects/blockout/
- State: mature, inactive since 2014
- Download: https://sourceforge.net/projects/blockout/files/blockout/
- Platform: Windows, Linux
- Keywords: remake
- Code repository: http://blockout.cvs.sourceforge.net (cvs)
- Code language: ?
- Code license: ?
- Code dependencies: OpenGL
## Building