An open API service indexing awesome lists of open source software.

https://github.com/farazkh80/racing-game

This game is a single person formula one car racing game running on the console, developed purely in C++ by inherting from the game engine library provided by OneLineCoder.
https://github.com/farazkh80/racing-game

car cpp mathematical-programming racing-game

Last synced: 11 months ago
JSON representation

This game is a single person formula one car racing game running on the console, developed purely in C++ by inherting from the game engine library provided by OneLineCoder.

Awesome Lists containing this project

README

          

# Racing Game

## Description
This game is a single person formula one car racing game running on the console, developed purely in C++ by inherting from the
[game engine library](https://github.com/OneLoneCoder/videos/blob/master/olcConsoleGameEngine.h) provided by [OneLineCoder](https://github.com/OneLoneCoder).

## Visual
![Quick Visualization](RG.gif)

## Installation
Simply clone the repository, compile/build the project and run it.

## Usage
The program works with 3 main keys:
- The **Up Arrow** key used to accelarate and move the car
- The **Left Arrow** key used to steer to left
- The **Right Arrow** key used to steer to right

## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)