A Smash Bros clone I made in SFML (Pre-Alpha).
Run these commands in the terminal.
You will need CMake and SFML 2.6.1 for this to succeed.
git clone https://github.com/hnqcjw/Beat-Up-Boys.git
cd Beat-Up-Boys
mkdir build
cd build
cmake ..
make
./Beat-Up-Boysgamemoderun is recpmmended for this.