javascript-pong
javascript-pong copied to clipboard
A javascript version of the classic 1972 arcade game Pong!
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
- You can find out how it works
You can also play this game in the Chrome Web Store
NOTES
- No support for mobile devices (need to handle touch events instead of key input)