Sushil787 / car-race

care race game built in c++ with sfml. this project is done in 3rd semester of csit for demonstration of computer graphics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Install sfml
sudo apt-get install libsfml-dev
  1. compile and run
git clone git@github.com: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.

some Snapshot

Thank You for visiting.

About

care race game built in c++ with sfml. this project is done in 3rd semester of csit for demonstration of computer graphics.


Languages

Language:C++ 100.0%