Welcome to the Racing Game, a simple game written in Vanilla JavaScript as a coding practise. Test your reflexes as you navigate through obstacles and strive to stay on the road.
Getting Started To play the game, follow these simple steps:
Clone the Repository:
git clone https://github.com/your-username/racing-game.git
cd racing-game
Run the Game: Start a local server using http-server to run the game.
npx http-server
Open your web browser and go to http://localhost:8080 to start playing. Use the left and right arrow keys to navigate and avoid obstacles. Press the Spacebar to pause and resume the game.
Your goal is to avoid obstacles and stay on the road. Use the arrow keys to steer the car. Pause the game using the Spacebar if needed. Challenge yourself to achieve the highest score!