23 lines
635 B
Markdown
23 lines
635 B
Markdown
# Block Attack - Rise of the Blocks
|
|
|
|
- Home: https://blockattack.net/
|
|
- Inspiration: Tetris Attack
|
|
- State: mature
|
|
- Download: https://blockattack.net/download/
|
|
- Platform: Windows, Linux
|
|
- Keyword: puzzle, clone, match 3, sliding blocks
|
|
- Code repository: https://github.com/blockattack/blockattack-game.git (@created 2015, @stars 25, @forks 3)
|
|
- Code language: C++
|
|
- Code license: GPL-2.0
|
|
- Code dependency: SDL2
|
|
- Assets license: GPL-2.0, CC-BY-SA, Public domain
|
|
- Developer: Poul Sander
|
|
|
|
A match-3 game inspired by "Tetris Attack" but more PC friendly.
|
|
|
|
## Building
|
|
|
|
- Build system: CMake
|
|
|
|
Build with ./packdata && CMake . && make
|