Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinawebdev/need-for-js
Car Racing Game using JavaScript and Electron.js
https://github.com/tinawebdev/need-for-js
car-racing-game electronjs javascript-game vanilla-js
Last synced: about 1 month ago
JSON representation
Car Racing Game using JavaScript and Electron.js
- Host: GitHub
- URL: https://github.com/tinawebdev/need-for-js
- Owner: tinawebdev
- License: mit
- Created: 2021-06-22T06:20:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T20:56:48.000Z (over 2 years ago)
- Last Synced: 2023-03-06T14:48:33.933Z (almost 2 years ago)
- Topics: car-racing-game, electronjs, javascript-game, vanilla-js
- Language: JavaScript
- Homepage: https://tinawebdev.github.io/need-for-js/
- Size: 2.84 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Need For JS
Car Racing Game written in HTML, CCS and JavaScript.## Gameplay
### Move using:
- `Up arrow ↑` or `W`
- `Left arrow ←` or `A`
- `Down arrow ↓` or `S`
- `Right arrow →` or `D`## Demo
You can view a live version [here](https://tinawebdev.github.io/need-for-js/).## How to use
* Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
* Download the repository using the [instruction](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
* Open the directory with the files downloaded, go to the project folder and open the `index.html` file. All done.## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
Licensed under the [MIT license](./LICENSE).## Special Thanks
Thanks to [Glo Academy](https://glo.academy/) for a free JavaScript Workshop and the game idea.