User prompt
There’s a bug happening where with some enemies they won’t die once touched by the slapper. Fix it immediately or else.
User prompt
Make it so the will smith pop up says Switch to the Slapper? instead
User prompt
Please fix the bug: 'ReferenceError: Can't find variable: WillSmith' in or related to this line: 'if (!(hero instanceof WillSmith)) {' Line Number: 240
User prompt
Change will smiths name to the slapper
User prompt
Make it so the loot drops faster
User prompt
Make it so enemies drop loot
User prompt
Make it so the score only increases by 10 when will smith slaps an enemy, no matter what
User prompt
Make it so the enemies die when will smith slaps them and also make it so if an enemy reaches the bottom of the screen they game is over
User prompt
Make it so will smith never takes damage but he can’t shoot
User prompt
Will smith still takes damage when moving backwards to kill an enemy fix it
User prompt
Make it so if Will Smith is moving backward to kill an enemy he doesn’t take damage but if he is moving forward he does
User prompt
Make it so you can move Will Smith, like it was before
User prompt
Make the Will Smith choice at the beginning
User prompt
Make it so Will Smith can slap by tapping on the screen
User prompt
Make Will Smith come at 600 score and you have a pop up that gives you the choice to change to Will smith or stay normal. Will Smith has 3 life’s, and slaps enemies to kill them
User prompt
Add Will Smith
User prompt
Remove the bullets getting progressively faster and add the enemies spawning more progressively
User prompt
Make the game get progressively harder
User prompt
Make it so if one of the enemies gets to the bottom of the screen the game ends
User prompt
Make the game more difficult
User prompt
Give it an intro cutscene that lies and claims the game was made by Epic Games
Initial prompt
Fortnite 2: Fort Harder
===================================================================
--- original.js
+++ change.js
@@ -248,11 +248,17 @@
enemies.splice(k, 1);
bullets.splice(j, 1);
score += 10;
break;
- } else if (hero instanceof TheSlapper && hero.intersects(enemies[k])) {
- hero.slap(enemies[k]);
- enemies.splice(k, 1);
+ }
+ }
+ }
+ // Check if slapper intersects with enemies
+ if (hero instanceof TheSlapper) {
+ for (var i = enemies.length - 1; i >= 0; i--) {
+ if (hero.intersects(enemies[i])) {
+ hero.slap(enemies[i]);
+ enemies.splice(i, 1);
break;
}
}
}
A piece of gold. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A military general holding a rifle. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A bullet. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A military goon with a pocket knife. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
An insane, deranged man with a large right hand. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.