#CarGame
This is a simple car game built using HTML, CSS, and Vanilla JavaScript. In this game, you control a blue car using the arrow keys and navigate it through a road while avoiding collisions with enemy cars.
Click to Link to see Demo (https://mycargame.netlify.app)

- Hit Space Key To Start Game

- Use the arrow keys (up, down, left, right) to control the movement of the car.

- Navigate the car through the road while avoiding collisions with enemy cars.

- Your score increases as you progress. Try to achieve the highest score possible!
To run the game locally, follow these steps:
-
Clone this repository to your local machine:
-
Open the
index.htmlfile in your web browser. -
Use the arrow keys to control the car and play the game.
The project structure is as follows:
- index.html: HTML file containing the structure of the game.
- styles.css: CSS file containing styles for the game elements.
- script.js: JavaScript file containing the game logic.
- README.md: This file providing information about the project.
This game was created by CodeSpace555.