Classic Pong [source code included]
開發者 unsign3d
加到主畫面,快速進入遊戲
安裝此遊戲
點選分享按鈕,然後選擇「加到主畫面」即可快速安裝此遊戲。
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.