Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pakastin/car
Multiplayer 2d car physics with JavaScript!
https://github.com/pakastin/car
Last synced: about 1 hour ago
JSON representation
Multiplayer 2d car physics with JavaScript!
- Host: GitHub
- URL: https://github.com/pakastin/car
- Owner: pakastin
- License: mit
- Created: 2019-12-28T19:38:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T22:00:16.000Z (3 months ago)
- Last Synced: 2024-11-06T18:46:33.389Z (7 days ago)
- Language: JavaScript
- Homepage: https://car.js.org
- Size: 360 KB
- Stars: 467
- Watchers: 13
- Forks: 42
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Multiplayer 2d car physics with JavaScript!
https://car.js.org
Use keyboard (up/down/left/right/space, w/s/a/d/space), touch screen (swipe up, down, left, right + shoot with second finger) or gamepad.All code [here](https://github.com/pakastin/car/blob/master/car.js)! Not real car physics, but a simple way to do nice little drifting 😛
Skidmarks are rendered with canvas and car is just a simple DIV element. Web socket server is here: https://github.com/pakastin/car-ws
Check out [my other projects](https://github.com/pakastin) and/or [sponsor me](https://github.com/sponsors/pakastin) to keep these coming! 😎
- https://news.ycombinator.com/item?id=21927076
- https://github.com/manassarpatwar/Self-driving-AI