Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakesgordon/javascript-pong
A javascript version of the classic 1972 arcade game Pong!
https://github.com/jakesgordon/javascript-pong
Last synced: 3 days ago
JSON representation
A javascript version of the classic 1972 arcade game Pong!
- Host: GitHub
- URL: https://github.com/jakesgordon/javascript-pong
- Owner: jakesgordon
- License: mit
- Created: 2011-05-15T03:53:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T12:00:15.000Z (about 4 years ago)
- Last Synced: 2024-11-07T10:43:30.562Z (7 days ago)
- Language: JavaScript
- Homepage: http://codeincomplete.com/posts/2011/5/14/javascript_pong/
- Size: 198 KB
- Stars: 205
- Watchers: 20
- Forks: 132
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Canvas Pong
===========This is a small experiment to implement a version of the classic Pong game in an HTML .
* You can find the [game here](http://codeincomplete.com/posts/2011/5/14/javascript_pong/demo.html)
* You can find out [how it works](http://codeincomplete.com/posts/2011/5/14/javascript_pong/index.html)You can also play this game in the [Chrome Web Store](https://chrome.google.com/webstore/detail/omimkinlomnncbmnceacpkmlbfaapojj?hl=en-US)
NOTES
=====* No support for mobile devices (need to handle touch events instead of key input)