User prompt
Let the text above the person be the same as the text next to growth, and then distance will be erased.
User prompt
Now we will bring a level system to this game. We are making the first level, which can be selected from the menu. The goal is to write 30 seconds above the first level and reach 10000 growth in these 30 seconds. The seconds and growth number will be written above as a scoreboard.
User prompt
The numbers on the hamburger should be more visible and proportionate to the inside of the hamburger.
User prompt
Let's continue writing the same numbers in these boxes, but let's say these boxes are hamburgers. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When it becomes x, it should not shrink and increase by the number next to it. When it becomes +, it should increase and increase by the number next to it. When it becomes -, it should decrease by the number next to it. Add another box and divide it and let it be a random number next to it. Make a loop and divide and decrease by the number next to this divide sign. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Whatever number is written next to x, it should increase by the multiple of that number. What number next to + should increase by that number, in other words, x should multiply + and increase by one.
User prompt
When you press x and +, the man will gradually grow. When you press -, he will shrink. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make this game a little more realistic, make real human models and backgrounds beautiful
User prompt
As it progresses, the speed will increase and it will become a little more difficult.
Code edit (1 edits merged)
Please save this source code
User prompt
Number Runner: Multiply & Add
Initial prompt
Let's say there are 2 boxes in front of a man running on a straight road, let's say x2 is written in one of the boxes and +5 is written in the other, and this becomes a loop, but the numbers change and as he passes through these boxes, the man's number doubles with the x written in it, let's say the number increases with the + written in it, and as he goes on, let's say - in the boxes and let's say this number increases
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});