Simple time pass game
You are welcome to edit it and make it even cool
OpenGLES 2
SDL2
gcc
To install OpenGLES 2 on ubuntu/debian
sudo apt-get install libgles2-mesa-dev
To install SDL2 in ubuntu /debian
sudo apt-get install libsdl2-dev
after that
just type
make
an executable file will be generated named game.exe
run that
./game.exe

