This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Coders
/
jsgame
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
jsgame
/
js
/
pong.js
pong.js
68 B
Permalink
Cronologia
Originale
1
2
3
4
$(function() {
window.game = new Game();
game.showMainMenu();
});