This is a simple parking game. The goal is to park the car in the parking space. The car can be moved by using the arrow keys. The game is written in JS using the Kaboom.js library.
You can try out the game here https://mrdiamonddirt.github.io/parkingGame/.
If you like the game, please consider supporting me on Github Sponsors Ko-fi or PayPal. Patreon.
- Car can be moved by using the arrow keys
- Car steering is set on the rotation of the steering wheel
- Car can be moved in all directions
- Engine sound when starting the car
- Horn sound when click the mouse
- Controls List
- Objective Marker
- Prompt to start the engine if the car is not started
- Speedometer
- Engine sound when moving the car
- Car lights
- Add more objectives
- Timer
- Highscore based on time
- Clone the repo
- Run
npm install
- Run
npm run dev
- Open
localhost:5000
in your browser
- Use the arrow keys to move the car
- Park the car in the parking space
- If you hit the wall or another car, you lose
- If you park the car in the parking space, you win
- Fork the repo
- Create a new branch
- Make your changes
- Create a pull request