User prompt
increase the size of plane
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'intersects')' in or related to this line: 'if (enemyBullets[i].intersects(heroBullets[k])) {' Line Number: 225
User prompt
remove stars and planets
User prompt
include stars and some planets on background
User prompt
make a space background
User prompt
at level 2 when enemy fire . player fire can also destroy enemy fire
User prompt
when player reach next level then you show a poster of next level and then wait for two seconds and start the game
User prompt
When player score 10 score then the next level come and next 20 score the next level come and after that the next and the next and the 20 levels of the game.
User prompt
At 3rd and 2nd level, the enemy also fire on the player.
User prompt
After player reach 20 score then wait for some second and then see on screen level 2 and after next 20 score you can show the level 3rd and then next level and then next level.
User prompt
there was no level
User prompt
at 3 level enemies also shot with gun
User prompt
when player reaches 10 score next level come
User prompt
when player reaches 20 score the new level comes
User prompt
when jet touch on a box the game is over
Initial prompt
space fighter
===================================================================
--- original.js
+++ change.js
@@ -139,9 +139,9 @@
enemies.splice(j, 1);
heroBullets.splice(k, 1);
score++;
scoreTxt.setText(score);
- if (score >= 20) {
+ if (score >= 10) {
levelUp();
}
break;
}