User prompt
make these in different colors:100$, 200$, 300$, 400$, 500$, 600$, 700$, 800$, 900$, 1$, 2$, 3$, 4$, 5$, 6$, 7$, 8$, 9$, 10$, 20$, 30$, 40$, 50$, 60$, 70$, 80$, 90$, 11$, 22$, 33$, 44$, 55$, 66$, 77$, 88$, 99$, 110$, 120$, 12$, 24$, 36$, 48$ 72$, 84$, 96$, 104$, 132$, 144$
User prompt
add all f these 100$, 200$, 300$, 400$, 500$, 600$, 700$, 800$, 900$, 1$, 2$, 3$, 4$, 5$, 6$, 7$, 8$, 9$, 10$, 20$, 30$, 40$, 50$, 60$, 70$, 80$, 90$, 11$, 22$, 33$, 44$, 55$, 66$, 77$, 88$, 99$, 110$, 120$, 12$, 24$, 36$, 48$ 72$, 84$, 96$, 104$, 132$, 144$, 156$
User prompt
make so after collect green money the time will continue when game ends
Code edit (1 edits merged)
Please save this source code
User prompt
Money Rain: Cash Collector
Initial prompt
Money is a game where it raining these 💵 of 100$, 200$, 300$, 400$, 500$, 600$, 700$, 800$, 900$, 1$, 2$, 3$, 4$, 5$, 6$, 7$, 8$, 9$, 10$, 20$, 30$, 40$, 50$, 60$, 70$, 80$, 90$, 11$, 22$, 33$, 44$, 55$, 66$, 77$, 88$, 99$, 110$, 120$, 12$, 24$, 36$, 48$ 72$, 84$, 96$, 104$, 132$, 144$, 156$ and collect these to win bunch of money as possible by clicking on them before the 30min timer goes out and if you collect 🟢gives you 1,000$ and collect 12 of them before time runs out.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});