Code edit (5 edits merged)
Please save this source code
User prompt
Make a fish class that swims randomly around the screen
Code edit (1 edits merged)
Please save this source code
Code edit (14 edits merged)
Please save this source code
User prompt
Make an add fish button on the bottom left
Code edit (1 edits merged)
Please save this source code
User prompt
Bowlfish
Initial prompt
Bowlfish: relaxing idle game about collecting fishes.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});