The title PyGame: Space Invadors

User interactive offline game made using Python

a picture of Burhanuddin smiling

Space Invaders is a user interactive offline game made using Python language. In this game, the user plays as an spaceship that shoots space monsters that appear on the game screen. There are total of 6 monsters that appear on the screen, to make it a bit interesting, when the monster collide with each other they spawn at random location. When the monsters manage to reach the same position as the spaceship the game ends.

The objective is to create a simple yet interesting game which has optimal accessibility and cost in terms of memory and execution. The game will be based on cognitive response. The game will have 3 main parts, namely, the random generator and the math. This game takes minimum space and time to run on an operating system while providing the best experience.