Pong Game

About a year ago I wanted to play with HTML5's Canvas and animations, so I developed this little game using pure Javascript and, just to be comfortable, $(document).ready() that is part of JQuery (and of course HTML 5). Now that I have a website I want to share this little game.

The game can be played with W S keys for left player, and O K for right player. Have fun!!!

Credits

requestAnimFrame by Paul Irish

Fps: 0