User prompt
Make the invincbility mode back ground darker
User prompt
Make the background green when invincibility mode "on"
User prompt
Make number progress reset when ever you toggle invincibility mode "on" or "off"
User prompt
Add an invincibility mode highest number to a different category
User prompt
Add a invincibility mode hi score to a differnt category
User prompt
Make the invincibility mode score to a different category
User prompt
Don't flash the screen on invincibility mode on a loss
User prompt
Add an invincibility mode that is the same but you don't restart when you lose
User prompt
Make invincibility mode the exact same but you do not lose your progress of you lose
User prompt
Make a button that turns on a mode where you can't lose
Code edit (1 edits merged)
Please save this source code
User prompt
Number Tower: Rare Ascent
Initial prompt
Try to get the highest number possible with luck. Each number is 1.01× rarer than the last number
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});