User prompt
Finally, add rare coins that give +3 score when collected
Code edit (2 edits merged)
Please save this source code
User prompt
Still the same problem, platforms do not appear in the right place and we fall to the ground after jumping once on the normal platform
User prompt
You still haven't done it right and when we wait on normal platforms we suddenly fall to the ground.
Code edit (1 edits merged)
Please save this source code
User prompt
platforms are too high and far apart fix this and add fragile platforms Also the character doesn't die when he falls to the ground, fix that
User prompt
Make the right and left control buttons have the same value, increase the jumping power and make the platform heights proportional so that the player can jump.
Code edit (1 edits merged)
Please save this source code
User prompt
Doodle Jump Adventure
Initial prompt
Make a doodle jump game, the character will jump automatically and there will be right and left control buttons, there will be a good speed, a jump button and the game will be endless, let's get +1 score for every platform we jump on without dying and when we start the game, there should be a special platform under us that protects the spawn point.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});