701 B
701 B
Block Attack - Rise of the Blocks
- Home: https://blockattack.net/
- Inspirations: Tetris Attack
- State: mature
- Download: https://blockattack.net/download/
- Platform: Windows, Linux
- Keywords: puzzle, clone, match 3, sliding blocks
- Code repository: https://github.com/blockattack/blockattack-game.git
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: SDL2
- Assets license: GPL-2.0, CC-BY-SA, Public domain
A match-3 game inspired by "Tetris Attack" but more PC friendly. 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