User prompt
Reduce the time it takes for everything to arrive in 200 seconds. Make the end of the game 300 seconds
User prompt
If the time is less than 60, send only waves and monsters, if it is more, send big monsters and big wawes, if it is more than 120, send king monsters and big waves. If it's more than 200, let everything come up, and when it's 500 seconds, the game ends
User prompt
I cant see time
User prompt
Add time
User prompt
Add King Monster is damage 10 And Add Huge wawe İs damage 7. (Make Assets for them)
User prompt
Do Monster Damage is 5 and do Wawe Damage 2, add big wawe is damage 4, add big monster damage 5 (Add assets to both)
User prompt
If our life is full, let our 5 lives increase
User prompt
Delete score
Code edit (1 edits merged)
Please save this source code
User prompt
Sea Storm Survivor
Initial prompt
It is a game that takes place at sea, but monsters and waves will come to us, we will escape with our ship, add life (our health is 100) Adding a scoring system, let broken ships come and increase our health by 10, but if our health is full, 5 Rise
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});