Racing Cars
This is a simple racing game that you can select a Formula 1 car and race with 3 random cars. Built with React and Redux.
All cars have unique power (similar to real world ;)) that it effects the winner of the race ?
Being stronger doesn’t always mean you can win the race.
Demo
Live demo: https://racing-cars.netlify.app/
Screenshots
Installation
You will need npm installed on your local machine.
You can clone this repository to your local:
git clone https://github.com/buraltintas/racing-cars.git
Go to the project directory:
cd racing-cars
Install required packages:
npm install
Start development server on localhost:
npm start