User prompt
Oyun başladığında karakter yarı hızda olmalı (karakter hareket ettiğinde tam hızına geri ulaşmalı)
User prompt
Oyun başladığı anda oyunu başlat (karakterin hareket etmesini bekleme)
User prompt
Can you do background move (with half speed of square)
User prompt
Add a cloudy background
User prompt
Add a background asset
User prompt
Remove control with touch
User prompt
Add button for square up and down control
User prompt
Add start menu center on screen
User prompt
Create a start menu
User prompt
Show tap to start button on start
User prompt
Dont start game if player dont touch screen
User prompt
When touch screen start game
User prompt
İf player 3 seconds dont touch screen write message hareket et
User prompt
Buttons show 1 layer
User prompt
Can i want add up and down button for square control
User prompt
We should control square with touch
Code edit (1 edits merged)
Please save this source code
User prompt
Can you slow the square
User prompt
slow this camera
Code edit (1 edits merged)
Please save this source code
User prompt
Flappy Square
Initial prompt
Make me a Flappy Bird game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});