Car Race
Car race is simple game which has been built by using SFML in c++ implementing concepts of Computer Graphics for project Work of 3rd semester Bsc.CSIT, TU.
Getting Start
For linux
- Install sfml
sudo apt-get install libsfml-dev
- compile and run
git clone [email protected]:subash9860/car-race.git
cd car-race
g++ game.cpp -o game -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
./game
Installation guid for window
Click here for installation guide in window.
for more refrance
Clike here for more documentation.