User prompt
Too many ships are coming, reduce it, make the expiry time 200
User prompt
Broken ships Let them reduce our health by 5
User prompt
Please fix the bug: 'TypeError: Cannot set properties of undefined (setting 'fill')' in or related to this line: 'healthText.style.fill = 0x00FF00; // Green' Line Number: 192
User prompt
Delete energy. Add time,Add health (100 health). İf time is 300 The portal comes and let's retreat into the portal. And let the game be over
Code edit (1 edits merged)
Please save this source code
User prompt
Portal Escape: Broken Ship Survival
Initial prompt
Let the Broken ships come, let us escape from them as a ship. Add counters. Add can. If the counter is 300, let's arrive at a portal. And let's enter the portal, and when we enter the portal, the game ends
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});