User prompt
Make the obscles pass under the tree
User prompt
Add coconut sound to obstacles
User prompt
Have the sound start when .5 sec before the obstacle shows on the screen
User prompt
Add sound to coconut just when it appears
User prompt
add sound to buttons when they are pushed
User prompt
Please fix the score couner
User prompt
The score is not working it is stuck at 0
User prompt
Please introduce levels. When a player passes 20 obstacles a level is passed. Make every level a little more difficult that the previous one.
User prompt
Create 5 different speeds for the obstracles
User prompt
Randomize which speed the obstacle uses
User prompt
Make the obstacles more unpredictalbe
User prompt
Make the game more difficult
User prompt
Decrease size of player with 50%
User prompt
Decrease size of obstacles by 50%
User prompt
Move player up the y axis 100
User prompt
Make button invisible
User prompt
Move the player up 10%
User prompt
Move the player up 4%
User prompt
Ensure the score is submitted
User prompt
Same way that obstacles drop down make it so that powers comes every once in a while. A power should give you 2 points if hit by the player
User prompt
make powers ups appear more frequently
User prompt
Make the power ups fall slower than the obstacles
User prompt
slow down the velocity of the power up
User prompt
Make the power up worth 6 points
User prompt
Make the power ups speed 50% slower
===================================================================
--- original.js
+++ change.js
@@ -156,9 +156,9 @@
}
powers.forEach(function (power) {
power._update_migrated();
if (player.intersects(power)) {
- score += 2;
+ score += 6;
scoreText.setText(score.toString());
power.destroy();
powers.splice(powers.indexOf(power), 1);
}
summoning round blue button. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Make an image og a coconut. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Make more variations
Make a banana. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.