User prompt
The goal of the game is to climb upwards. Therefore, the score needs to climb high enough to reach 500,000. You should make the level longer so it can be played for a long time.
User prompt
Design it so that it can climb up infinitely. A constantly jumping character will not require the player to jump extra. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
The player is falling from the ground you have made right now, so you have made it passable, fix that.
User prompt
jump higher
User prompt
The game will be a mobile game so it should be in 16:9 aspect ratio. The floors to be jumped are wider and larger, the jumping character is larger, and when the game starts, the first floor will be permanently wide.
User prompt
Instead of falling down at the beginning, the ground will be wide so the player can start whenever he wants
User prompt
make start base. so player when jump first floor game will start
Code edit (1 edits merged)
Please save this source code
User prompt
Sky Jumper Tower
Initial prompt
icy tower game, its climbing tower game. but character jump automaticly jump always and player only move to left and right. when makes perfect jump it boots jump distance and make combos.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});