Destroy incoming waves of robots. Controls: ------------------ [Arrow Keys] - Move left, right, up or down. Combine arrows to move diagonally. [Space] - Fire Points: -------------------- Robots - 5 to 50 pts Tank - 100 pts New Life - 3000 pts Options are available to customize some gaming parameters to make the game more or less challenging. #games #space #invaders
This game is another coding exercise (although the artwork was time consuming). I looked to make another game using the 3D game template I created earlier. It shares 70-80% of the code with my earlier game Lunar Commander 3D (https://scratch.mit.edu/projects/631573335/) which is also based on this template. This game is essentially a re-styled Space Invaders. I took the classic Space Invaders concept then laid it on its back which, in effect, makes it "land invaders". I started messing around with visual concepts and ended on this abstract glowing neon look. I incorporated some elements from my UI Controls project (https://scratch.mit.edu/projects/631619612/) for editing game parameters. Credits------------------- @griffpatch - Insertion sort approach for layering sprites found on his YouTube channel. @HN6 - Sprite for printing numbers