User prompt
Instead of removing the particles after 3 seconds, more are just being created! Fix this!
User prompt
Make the particle disappear 3 seconds after it appears.
User prompt
Program a particle effect for when the enemy dies.
User prompt
You know what? Delete the EnemyProjectile
User prompt
WHAT DO YOU NOT GET???? THE PROJECTILE ISN'T MOVING, IT'S STUCK ON TOP OF THE ENEMY!1!!!!
User prompt
EnemyProjectile still isn't moving towards the player. You're about to make me scream.
User prompt
Alright, well make enemyProjectile rapidly glide towards the player.
User prompt
Please fix the bug: 'ReferenceError: enemyProjectiles is not defined' in or related to this line: 'enemyProjectiles.forEach(function (projectile, index) {' Line Number: 164
User prompt
Give the enemies the ability to shoot a projectile at the player, and if it touches the player, a game over screen occurs.
User prompt
Change it to if the enemy count goes to 8, a game over screen occurs.
Code edit (1 edits merged)
Please save this source code
User prompt
Make it so if the amount of enemies goes to 10, the game automatically goes to a screen that says "The enemies overpopulated. Game over!"
User prompt
Make a background.
Initial prompt
Hurl-Ball
===================================================================
--- original.js
+++ change.js
@@ -58,8 +58,9 @@
self.alpha -= 0.01;
self.timer -= 1;
if (self.timer <= 0) {
self.destroy();
+ return;
}
};
});
Right arrow icon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Angry basketball hoop. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Top down view of a cannon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Kinda futuristic basketball court. Background
Duck in a jersey.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Forest. Background
Chat bubble that says "Ignore me and attend the game!". Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Left arrow icon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.