https://github.com/tjoye20/automated-javascript-racer
Automated JavaScript racer game that plays itself on any keyup event.
https://github.com/tjoye20/automated-javascript-racer
Last synced: 3 months ago
JSON representation
Automated JavaScript racer game that plays itself on any keyup event.
- Host: GitHub
- URL: https://github.com/tjoye20/automated-javascript-racer
- Owner: tjoye20
- Created: 2016-08-31T16:32:52.000Z (over 8 years ago)
- Default Branch: tjoyeniyi
- Last Pushed: 2016-08-31T16:47:39.000Z (over 8 years ago)
- Last Synced: 2025-01-16T10:14:13.278Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated JavaScript Racer Game
JavaScript racer game that automatically plays itself when the user presses any key on there keyboard.### Project Goal
I was challenged to build a JavaScript racer game for two players, using the keyup event, but I didn't want people banging on my keyboard, so I decided to create an automated version.
The ultimate goal is to finish the OOJS refator in the ```` refactor.js ```` file, so the game is object-oriented. But for now, the original design works just fine, and that's what loads when the user launches the game.
### Quickstart
After cloning the repository onto your local machine, just ```` open index.html ```` to launch the game in your browser. Press any key on your keyboard and the game will automatically play it self.