/Speed-Car

Similiar to Endless Runner Bicycle Game

Primary LanguageJavaScriptMIT LicenseMIT

Speed Car

License: MIT

Description

Speed Car is a vehicle speed simulation project built using the JavaScript programming language. The project aims to illustrate the concept of driving speed on a highway while avoiding other vehicles.

Key Features

  • Player can move freely within the game environment.
  • Player cannot cross symbols marked with '#'.
  • Player will lose if they collide with '*'.
  • '*' represents vehicles (can be customized if symbols need to be changed).
  • Notification system for player's loss.
  • Point calculation system for players who consistently survive.

Speed Car utilizes Electron as its view framework.

Installation

  1. git init
  2. git clone https://github.com/wildy13/Speed-Car.git

Note

I'm still a newbie, and this is my first experience using the MIT License. I hope this project turns out to be wonderful.