Classic Pong [source code included]
by 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.