A clone of the old arcade game breakout. Features powerups and written in c++ and uses the SDL media library.
My first released c++ game which runs on windows linux and potentially other platforms.
sudo apt-get update && sudo apt-get install -y libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev g++
g++ -std=c++17 -o breakout source/cpp/.cpp source/cpp/.cc -I source/headers $(sdl-config --cflags --libs) -lSDL_image -lSDL_ttf
./breakout