Skip to content

A car racing game implemented in C++ and using the SFML library, featuring smooth and fast-paced gameplay, realistic graphics Players compete against each other on exciting tracks, using speed and strategy to claim the top spot.

Notifications You must be signed in to change notification settings

hemanth-kumar-boddeda/CarRacing-Game-SFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Car Racing Game - SFML C++ Implementation

A fast-paced and exciting car racing game, implemented in C++ and using the SFML library. This game features smooth and responsive gameplay, realistic graphics, and immersive sound effects.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you can run this game, you will need to have the following installed on your machine:

C++ compiler SFML library

Installing

Here's how to install the prerequisites on a Windows machine:

Install a C++ compiler, such as MinGW or Visual Studio Download the SFML library from the official website (https://www.sfml-dev.org/) Extract the downloaded archive to a convenient location on your machine Add the SFML library to your compiler's include and library directories

Running the game

Once you have the prerequisites installed, follow these steps to run the game:

Clone this repository to your local machine Navigate to the cloned repository using a terminal or command prompt Compile the source code using the following command: g++ main.cpp -o carracing -lsfml-graphics -lsfml-window -lsfml-system Run the compiled game using the following command: ./carracing

Gameplay

In this game, players race against each other on exciting tracks, using speed and strategy to claim the top spot. With a variety of tracks and cars to choose from, this game offers endless hours of fun and competition.

Built With

C++ - Programming language used SFML - Multimedia library used for graphics and sound

Authors

Hemanth Kumar - Creator and maintainer of this project

Output:

highwayRacer

About

A car racing game implemented in C++ and using the SFML library, featuring smooth and fast-paced gameplay, realistic graphics Players compete against each other on exciting tracks, using speed and strategy to claim the top spot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages