Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)