Vroom Vroom is a 2.5D Car-Racing game developed using C++. The game is developed as a Final-Project for the course of Object Oriented Programming on third semester of Computer Engineering discipline of TU ,Institute of Engineering. The project uses some good use of Object Oriented concept alongwith smooth graphics and gameplay.
The game is implemented in C++. It uses SFML as a graphics and audio library.
On Linux
SFML installation
sudo apt update
sudo apt install libsfml-dev
After installation, browse to the directory where the project files are located.
Run the following command and enjoy the game.
chmod +x game.sh
./game.sh
- Diwakar Gyawali
- Manoj Khatri
- Prajwal K. Pandey