User prompt
Delete ground and recode it because this is a parkour game and there needs to be space in between
User prompt
Place a border at the end of the finishLine and when the player touches it, he is eliminated.
User prompt
At the beginning and when you pass to finishLine, put a 3-second timer and the game will start after 3 seconds. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Keep distance between coins and spikes
User prompt
Increase the spacing between spikes. Enlarge the platform and increase the distance from one platform to another. Two platforms should not be next to each other and should not touch each other. Reduce the spike spawn rate.
User prompt
Make game over menu
User prompt
Oyuncu hızını arttır, oyuncuyu küçült, platform yatay uzunluğunu arttır ve bir platform ile başka bir platform aralığı 85 yap
User prompt
Bir platform başka bir platform ile en az 50 px uzaklıkta olmalı
User prompt
Add to player more speed and make objets bigger
User prompt
Make coins and player more bigger
User prompt
Make lava infinite
User prompt
Platformun aşağısına lav koy ve yerçekimini düzelt
User prompt
Make objects bigger
User prompt
Aşağı düşünce ölsün
Code edit (1 edits merged)
Please save this source code
User prompt
Cube Rush - 2D Parkour Adventure
Initial prompt
Cube parkour game 2d
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});