Classic Pong [source code included]
por unsign3d
Agrégalo a tu pantalla de inicio para acceder rápidamente
Instala este juego
Toca el botón Compartir, luego "Agregar a pantalla de inicio" para instalar este juego y tener acceso rápido.
Classic Pong [source code included]
Etiquetas para Classic Pong [source code included]
Descripción
Juego clásico de pong, programado en javascript y canvas. ¡Solo para aprender! . Código fuente: http://jsfiddle.net/unsign3d/9m8B6/80/
Cómo jugar
Flechas arriba y abajo mueven al jugador.
Comentarios
caparo
Oct. 23, 2013
it would be better if you used better controls because the page goes up and down and its really annoying
fixed!! just add: window.addEventListener("keydown", function(e) { // space and arrow keys if([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) { e.preventDefault(); } }, false);
Bullettreatment
Oct. 24, 2013
This game is so bad, it killed my entire family.