User prompt
Make the power-up tell you when your five seconds is over so the player knows when their power-up is done for.
User prompt
Can you please add power-ups that make you invincible for like five seconds
User prompt
make bacround asset
User prompt
Move the flies and bees a little down.
User prompt
Make flies and bees a little higher.
User prompt
Still meek, flies and bees hot lower.
User prompt
Make piranhas jump less high.
User prompt
Make flies and bees a little lower.
User prompt
Make more flies.
User prompt
Make the player able to catch the flies.
User prompt
Make the drop a little less high.
User prompt
Make the jump high enough so the piranha can reach the flies and the bees.
User prompt
Please make it able for the piranha to jump up and eat the flies.
User prompt
Make both flies and bees move left in a loop, and also make the jump higher so the player can reach the flies and bees.
User prompt
Whenever you jump, make sure that you can reach the flies and bees. Also, make the bees flying and make the flies flying too.
Initial prompt
snap dragon
===================================================================
--- original.js
+++ change.js
@@ -76,17 +76,17 @@
// Function to spawn flies
function spawnFly() {
var fly = new Fly();
fly.x = Math.random() * 2048;
- fly.y = Math.random() * (2732 / 2) + 2732 / 2; // Spawn flies a bit lower
+ fly.y = Math.random() * (2732 / 2); // Spawn flies a bit higher
flies.push(fly);
game.addChild(fly);
}
// Function to spawn bees
function spawnBee() {
var bee = new Bee();
bee.x = Math.random() * 2048;
- bee.y = Math.random() * (2732 / 2) + 2732 / 2; // Spawn bees a bit lower
+ bee.y = Math.random() * (2732 / 2); // Spawn bees a bit higher
bees.push(bee);
game.addChild(bee);
}
// Spawn initial flies and bees
pixel hungery plant. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
pixel bee faceing left. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
pixel fly facing left. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
jungle. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
rain drop. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows