Classic Pong [source code included]
by unsign3d
加去主畫面,方便快捷開玩
安裝呢隻遊戲
撳分享掣,再揀「加到主畫面」,就即刻安裝呢隻game,方便快啲入返嚟玩。
Classic Pong [source code included]
Classic Pong [source code included] 關聯標籤
簡介
Classic pong game, coded in javascript and canvas. Learning only!!
Src Code: http://jsfiddle.net/unsign3d/9m8B6/80/
玩法說明
Up and down key move player.
留言
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.