.scoreBox {
color: #dedede;
font-size: 36pt;
font-family: courier;
}
.paddleBox {
background: black;
}
.ballBox {
background: black;
}
f = window.onload;
if (typeof(f) == “function”) {
window.onload = function() {
init();
f();
}
}
0
0
How to play
Click Start to start the game. Use the left & right arrow keys to move your paddle. Try to bounce the ball past the computer (top paddle) without letting the ball drop past yours.
Why?
Mostly, just because.
I love JavaScript I love [...]
