/cannonball

Cannonball is a simple artillery game made with C++ and SDL2

Primary LanguageC++The UnlicenseUnlicense

cannonball

Cannonball is a simple artillery game made with C++ and SDL2

Requirements

  • C++14

  • SDL2

  • SDL2_image

  • SDL2_ttf

  • SDL2_mixer

Build and Run

mkdir -p build
cd build
cmake ..
make
cd ..
./cannonball