User prompt
Make background
User prompt
Make enemies shoot less
User prompt
Please fix the bug: 'TypeError: score.getText2 is not a function' in or related to this line: 'score.setText2(parseInt(score.getText2()) + 100);' Line Number: 202
User prompt
Make game load faster
User prompt
Increase score chart on game by 50 when buĺlet by monster hit
User prompt
Please fix the bug: 'Uncaught ReferenceError: Score is not defined' in or related to this line: 'var score = game.addChild(new Score());' Line Number: 98
User prompt
Delete scorechart from gameover screen.
User prompt
Delete score chart
User prompt
Please fix the bug: 'TypeError: score.setText is not a function' in or related to this line: 'score.setText(parseInt(score.text) + 50);' Line Number: 154
User prompt
Please fix the bug: 'TypeError: score.getText is not a function' in or related to this line: 'score.setText(parseInt(score.getText()) + 50);' Line Number: 154
User prompt
Make orange block a player pic
User prompt
Increase score by 50 when enemy bullet hit
User prompt
Remove quit and play button
User prompt
Please fix the bug: 'Uncaught TypeError: LK.Text2 is not a constructor' in or related to this line: 'var quitButton = new LK.Text2('Quit', {' Line Number: 114
User prompt
Please fix the bug: 'Uncaught TypeError: LK.Text2 is not a constructor' in or related to this line: 'var playButton = new LK.Text2('Play', {' Line Number: 102
User prompt
Please fix the bug: 'Uncaught TypeError: LK.Container is not a constructor' in or related to this line: 'var homeScreen = new LK.Container();' Line Number: 101
User prompt
Make a home screen with a play button and a quit button when player opens game
User prompt
Display score on game over screen
User prompt
When monster hit, increase score on scoreboard by 100 points
User prompt
Please fix the bug: 'TypeError: score.getText2 is not a function' in or related to this line: 'score.setText2("Game Over. Your score is: " + parseInt(score.getText2()));' Line Number: 154
User prompt
When hit by 3 bullets shot by enemies, say game over and display score
User prompt
Make enemies bullets disappear when shot
User prompt
Make player lives times three
User prompt
Make enemies shoot bullets and decrease times of being hit by enemies
User prompt
Please fix the bug: 'TypeError: score.getText is not a function' in or related to this line: 'score.setText(parseInt(score.getText()) + 1);' Line Number: 144
===================================================================
--- original.js
+++ change.js
@@ -138,8 +138,10 @@
enemyBullet.destroy();
enemyBullets.splice(i, 1);
fieryBullet.destroy();
fieryBullets.splice(j, 1);
+ // Increase the score by 50 each time an enemy bullet is hit
+ score.setText(parseInt(score.getText()) + 50);
}
}
}
if (rocket.lives <= 0) {
Red fiery bullet. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Monster. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Rocket. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Space scene that would be good for an app background. Single Game Texture. In-Game asset. 3d. Blank background. High contrast. No shadows.
Bullet dropping downward. Single Game Texture. In-Game asset. 3D. Blank background. High contrast. No shadows.