Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.82 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.82 KB

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