User prompt
Make the blocks rendered in a structure shape so the player can jump on and collect minicoins
User prompt
Add a background asset
User prompt
Slow down the jump of the player too
User prompt
Slow down the speed of the player
Code edit (1 edits merged)
Please save this source code
User prompt
Jump Cube Run
Initial prompt
A platformer game that you jump over obstacles like a spike or a block and you play as a cube
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});