https://github.com/vijayphoenix/car-racing-game
A pseudo-3D pursuit and racing game made using SFML C++
https://github.com/vijayphoenix/car-racing-game
c-plus-plus-game car-racing-game chor-police concurrency cplusplus game game-development gameplay hacktoberfest iit-hyderabad iith multiplayer-game networking popl pseudo-3d-game racing-game racing-games sfml socket-programming
Last synced: 10 days ago
JSON representation
A pseudo-3D pursuit and racing game made using SFML C++
- Host: GitHub
- URL: https://github.com/vijayphoenix/car-racing-game
- Owner: vijayphoenix
- License: mit
- Created: 2019-01-24T20:12:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T09:37:59.000Z (over 4 years ago)
- Last Synced: 2025-04-17T04:19:27.494Z (16 days ago)
- Topics: c-plus-plus-game, car-racing-game, chor-police, concurrency, cplusplus, game, game-development, gameplay, hacktoberfest, iit-hyderabad, iith, multiplayer-game, networking, popl, pseudo-3d-game, racing-game, racing-games, sfml, socket-programming
- Language: C++
- Homepage:
- Size: 54.5 MB
- Stars: 35
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/vijayphoenix/Car-racing-game/tree/master)
[](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=vijayphoenix/Car-racing-game&utm_campaign=Badge_Grade)# Chor Police
## About
This is a pseudo 3d Car-Racing game made in C++.
The project was done mainly to understand the concurrency patterns. We have made extensive use of concurrent features of C++ in both communication (between game server and the client) and gameplay. The project also follows many design patterns and good practices.
### Single Player
Get the adrenaline rush of driving a ultimate sports car equipped with a powerful weapon through a lively city filled with cops and city traffic. You will have great fun with city racing 3d.
Play as the Hero/Thief with cop cars to outrun. The fun and chase never ends here.### Multiplayer Player
Enjoy and comptete with your friends in this game mode.### Built With
This game is implemented in C++.
* [SFML](https://www.sfml-dev.org/) - The Graphics library for C++### Installation
On Linux
Install SFML library.
```
sudo apt update
sudo apt install libsfml-dev
```
[Cmake](https://cmake.org/) is used to compile the game.```
sudo apt install cmake
```Clone the repository:
```
git clone https://github.com/vijayphoenix/Car-racing-game.git
```Browse to the directory where all the files of this repository are located.
Run the following commands and enjoy playing the game.
```
mkdir build && cd build && cmake .. && make
./main
```### Documentation
This project is documented under [DOXYGEN](http://www.doxygen.nl/) Documentation
### Authors
* [**Vijay Tadikamalla**](https://github.com/vijayphoenix)
* [**Anjani Kumar**](https://github.com/anjani-1)
* [**Anupam Saini**](https://github.com/anupamsaini98)
* [**Yogesh Singh**](https://github.com/yo5sh)#### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details