User prompt
Add ears to the rabbit
User prompt
Make the confetti 2 (Confetti_2) come out along with the normal confetti ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make the rabbit and its eyes disappear when it explodes
User prompt
Make it so that when you lose, colored squares appear first (they're actually confetti) and then after the explosion the game over text appears ↪💡 Consider importing and using the following plugins: @upit/tween.v1
Code edit (1 edits merged)
Please save this source code
User prompt
Button Masher Rabbit
Initial prompt
You are a rabbit; every so often buttons will appear that you have to press. If you fail, the buttons disappear and you lose a life. If you lose all three lives, you explode.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});