User prompt
how about 0.2
User prompt
make it 0.3
User prompt
add a 0.1 second cooldown on shooting
User prompt
can you make the red enemies face where they're going
User prompt
move it a bit to the left
User prompt
move the score counter to the other corner
User prompt
make enemies spawn 2x faster
User prompt
you broke the player projectiles
User prompt
make the player projectiles work
User prompt
the lasers broke the player projectiles
User prompt
make the lasers stay for a bit
User prompt
make lasers as tall as the screen spawn sometimes
User prompt
even faster
User prompt
make the enemies spawn faster
User prompt
make the green enemies almost as fast as the green ones
User prompt
do that again but backwards
User prompt
make the red enemies worth 3 points and the green enemies worth 1 point
User prompt
make even less rare
User prompt
make the red enemies less rare
User prompt
make the green enemies worth 1 point
===================================================================
--- original.js
+++ change.js
@@ -96,9 +96,9 @@
enemy.x = Math.random() * 2048; // Random horizontal position
enemy.y = 0; // Start at the top
enemies.push(enemy);
game.addChild(enemy);
-}, 1000);
+}, 500);
// Handle touch move to control player
game.on('move', function (obj) {
var pos = obj.event.getLocalPosition(game);
player.move(pos.x, pos.y);
green cartoon laser. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
red cartoon laser. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pink cartoon laser. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
sci-fi cartoon spaceship. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.