Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 661 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 661 Bytes

Battle Bridge

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