Skip to content

Battle Bridge is minimalist endless shooter game. Built with C, and use SDL2 superpower.

License

Notifications You must be signed in to change notification settings

wiratana/battle-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Battle Bridge is minimalist endless shooter game. Built with C, and use SDL2 superpower.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published