User prompt
Make more ores appear over time in endless mode ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make ores unable to appear on counters or the pause button
User prompt
Make the endless mode difficulty higher than normal and lower than hard
User prompt
Make the lives in endless mode 5 and regenerate over time ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Create a text below the difficulty buttons that says Tap the ores to mine them
User prompt
Create a pickaxe that follows the player's touch, the pickaxe is decorative ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Increase the amount of points needed to win on each difficulty
User prompt
Separate the difficulty buttons a little more
User prompt
Change the text color of difficulties to black
User prompt
Create a black outline for texts
User prompt
Remove the text below the difficulty buttons
User prompt
Make all difficulties give the same points
User prompt
Make it so that only one life is spent per ore
User prompt
Add lives
User prompt
Separate the buttons a little
User prompt
Create a different image for the buttons
User prompt
Create an image for the background
User prompt
Change the size of the background image to the size of the screen
User prompt
Create an image for the background
User prompt
Create a menu with different difficulties, easy, normal and hard, the harder the more points and difficulty, also add an endless mode to the menu
User prompt
Make ores cannot appear on the counters and on the pause button.
User prompt
Rename the "collect" sound to "mine." Also remove the "rare_collect" sound and make the collect or mine sound play when mining an ore.
Code edit (1 edits merged)
Please save this source code
User prompt
Crystal Rush Miner
Initial prompt
Hi Ava, I would like to make a mining game. Make minerals appear every so often and if they are not mined in a while they disappear. Make each mineral have a different rarity, with different probabilities of appearing.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});