Skip to content

yj-shrest/BCTroyale

Repository files navigation

This a C++ project built using SDL2 and SFML libraries

On windows

To build, run the runcode.bat script on command prompt After that BCTroyale.exe will run the game

On Linux

Downloading libraries, many distributions come with SDL out of the box, but other development may not be downloaded

  • On Fedora/RHEL-based systems: sudo dnf install SDL2 SDL2-devel SDL2_ttf-devel SDL2_mixer-devel
  • On Ubuntu/Debian-based systems: sudo apt-get install libsdl2-dev libsdl2-ttf-dev libsdl2-mixer-dev

Command make will compile the program for you

then, you can run the game by the command

./BCTroyale or ./BCTroyale.exe (windows)

Or

simply opening the executble BCTroyale

Gameplay

alt text alt text alt text alt text alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages