Day 94 Project Details
- Category: Game Development
- Project Code: GitHub Link
Space Invaders
It's the arcade favorite built using the turtle library with turtle objects for invaders, bunkers, a defender, a mothership, and friggin' lasers! There is logic to define the properties of shooting and detection for if an object is hit. The scoreboard keeps tracks of game status, points and lives. The bunker blocks disappear when hit, and there is even a mothership turtle that periodically comes by to wreak havoc. The game continues until all invaders are destroyed, the defender loses all available lives, or an invader collides with the defender. This project relied heavily on namespaces and class structure. Pew pew!