Battle Bridge is minimalist endless shooter game. Built with C, and use SDL2 superpower.
🔥🔥 Exciting and fun final project for the first semester of college 🔥🔥
Ubuntu Installation
Install all dependency for engine, image, and font support.
sudo apt update
sudo apt install -y cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
Build program using this step
next time i will learn how to configure cmake to create a bundle to hold, the program, data, and resource in one directory, so the build process not will be messy.
cd battle-bridge
cmake .
cmake --build .
Run the program
./BattleBridge