renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog
This commit is contained in:
25
entries/block_attack-rise_of_the_blocks.md
Normal file
25
entries/block_attack-rise_of_the_blocks.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Block Attack - Rise of the Blocks
|
||||
|
||||
_A match-3 game inspired by "Tetris Attack" but more PC friendly._
|
||||
|
||||
- Home: https://blockattack.net/
|
||||
- State: mature
|
||||
- Download: https://blockattack.net/download/
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: puzzle, clone, inspired by Tetris Attack, match 3, sliding blocks
|
||||
- Code repository: https://github.com/blockattack/blockattack-game.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
- Code dependencies: boost, boost-program-options, C++11 compiler, gettext, physfs, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, utfcpp
|
||||
- Assets license: GPLv2, GPLv2 or later, CC-BY-SA, Public domain
|
||||
|
||||
First version released to the public was version 1.0.5 released May 6th, 2005.
|
||||
Game play have been relatively stable since version 1.1.0 released June 13th, 2005.
|
||||
Moved from SDL1 to SDL2 with version 2.0.0 released May 1st, 2016.
|
||||
Used to have basic network functionality prior to 2.0.0.
|
||||
|
||||
## Building
|
||||
|
||||
- Build system: CMake
|
||||
|
||||
Build with ./packdata && CMake . && make
|
Reference in New Issue
Block a user