Gahood Tetris is a cross platform game written in C++ using C++11 and SDL2
It's essentially tetris but built from the ground up using the C++ programming language and the SDL2 library.
- First clone the repository into your desired directory
git clone 'https://github.com/dee12452/GahoodTetris.git'
- Copy SDL2 and SDL2_image source code into jni/SDL2 and jni/SDL2_image respectively
- Navigate to the project folder
cd Android/GahoodTetrisProject
- Build the project using Android NDK
ndk-build
- Install using ant
ant debug install
- Navigate to the desktop make folder
cd Desktop/make
- Call make
make
- Then run the binary
./game.o