26 lines
983 B
Markdown
26 lines
983 B
Markdown
# 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
|