A Tetris app for Android (and Desktop) written with SFML
- Basic tetris mechanics
- Android and desktop app
- Touch, mouse or keyboard controls
- Scoreboard
- Music (with dynamic speed)
- No assets. All graphics, fonts, sounds are generated
https://github.com/SFML/sfml#install
Follow the instructions at https://github.com/SFML/SFML/wiki/Tutorial:-Building-SFML-for-Android to install sfml. You will probably need to install Gradle 4.x instead of 5.x.
Install SFML the regular way. E. g. with a package manager like pacman:
pacman -S sfml
gradle build
mkdir build && cd build
cmake ..
make
- Fix crash when exiting
- Button icons
- effects