User prompt
show leaderboard at the pause menu
User prompt
add scores of the best players at the end of the game
User prompt
add records at the end of the game
Code edit (1 edits merged)
Please save this source code
User prompt
jump is not working . fix it
User prompt
make jump lower
User prompt
add physics to the jump
User prompt
add jump to the wolf when click the mouse
User prompt
remove jump button
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'y')' in or related to this line: 'if (livesArray[i].y > 2732) {' Line Number: 248
User prompt
wolf can jump when you pess the button
User prompt
The wolf turns in the direction where the cursor moves
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'y')' in or related to this line: 'if (rottenEggs[i].y > 2732) {' Line Number: 198
User prompt
The game gets more complicated as the score increases
User prompt
add pause button
User prompt
The higher the score, the more rotten eggs there are
User prompt
drop only three live when player scores every 100 points
User prompt
If the player scores 100 points, then three live will drop.
User prompt
less live falls
User prompt
one live falls every 100 score points
User prompt
less rotteneggs
User prompt
live falls every 100 score points and give you +1 live
User prompt
golden egg gives double points
User prompt
goldenegg falls every 15 score points
User prompt
remove golden egg
===================================================================
--- original.js
+++ change.js
@@ -131,9 +131,9 @@
newGoldenEgg.y = -50;
goldenEggs.push(newGoldenEgg);
game.addChild(newGoldenEgg);
}
- if (score % 100 == 0 && score > 0) {
+ if (score != 0 && score % 100 == 0) {
var newLive = new Live();
newLive.x = Math.random() * 2048;
newLive.y = -50;
livesArray.push(newLive);
Cartoon wolf. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Cartoon egg. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Cartoon rotten egg. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
cartoon golden egg. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
cartoon egg with big heart. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
cartoon scared chicken. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
cartoon bonus egg. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.