Skip to content

a simple parking game currently in alpha, feel free to test it and make any pull requests if you would like to get involved in the project

Notifications You must be signed in to change notification settings

mrdiamonddirt/parkingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A (Work in Progress) Parking Game

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.

Try out the game

You can try out the game here https://mrdiamonddirt.github.io/parkingGame/.

Support

If you like the game, please consider supporting me on Github Sponsors Ko-fi or PayPal. Patreon.

current features

  • 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

planned features

  • Speedometer
  • Engine sound when moving the car
  • Car lights
  • Add more objectives
  • Timer
  • Highscore based on time

How to run

  1. Clone the repo
  2. Run npm install
  3. Run npm run dev
  4. Open localhost:5000 in your browser

How to play

  1. Use the arrow keys to move the car
  2. Park the car in the parking space
  3. If you hit the wall or another car, you lose
  4. If you park the car in the parking space, you win

how to contribute

  1. Fork the repo
  2. Create a new branch
  3. Make your changes
  4. Create a pull request

License

MIT

About

a simple parking game currently in alpha, feel free to test it and make any pull requests if you would like to get involved in the project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published