Game Page: https://dazaizer0.itch.io/rocket-program Video: https://www.youtube.com/watch?v=j5ig-dfsQGE
# DOWNLOAD SDL
# sudo apt-get update
# sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
# ./configure
# make
# sudo make install
# BUILD
# mkdir build
# cd build
# cmake ../
# make
learn:
https://www.parallelrealities.co.uk/tutorials/
https://lazyfoo.net/tutorials/SDL/
https://wiki.libsdl.org/SDL2/FrontPage