User prompt
Make it when you load the game it auto restarts
User prompt
Add it in the top right
User prompt
Add a button that restarts all progress currently
User prompt
And make it always start at floor 1 with 0 money and floor level 1
User prompt
Make it not save progress every time you restart
User prompt
Remove the max all floors first thing
Code edit (1 edits merged)
Please save this source code
User prompt
Sky-Rise Tycoon
User prompt
Make the higher the floor the more money you earn and each floor costs more and more based on how tall the tower is and when the floors reach the middle of the screen the camera moves up also you can upgrade towers up to level 10 with you only being able to buy the next floor if the newest one is level 10 increasing level also increases money gain
Initial prompt
Genre: Idle / Management Concept: Build and upgrade a skyscraper floor-by-floor. Each floor is a different business (restaurant, gym, office, etc.). Twist: Random events affect your building like fire, economic boom, or alien invasion.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});