12
0
29d
Code edit (1 edits merged)
Please save this source code
User prompt
Classic Pong
Initial prompt
a simple pong game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
Main
Social