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.
- Host: GitHub
- URL: https://github.com/farazkh80/racing-game
- Owner: farazkh80
- Created: 2021-05-16T22:00:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T02:59:35.000Z (about 5 years ago)
- Last Synced: 2025-04-13T21:14:44.172Z (about 1 year ago)
- Topics: car, cpp, mathematical-programming, racing-game
- Language: C++
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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)