This is a game made purely with python. Libraries and modules used in this game are
- pygame
- mixer from pygame
- random
- math
pip install pygame
Run the above command in the terminal, to install the dependencies for this project
It is a game mainly made using the pygame module. sound, photos, icons, svg and fonts were taken from google.
Rules and features of the game:
- There is a Spaceship, which is the main hero of the game.
- You can control the hero using the left and right arrowkwys in your keyboard.
- Press spacebar to shoot the enemies.
- Each time you shoot an enemy, your score will increase by 1.
- If the enemy touches you, the game will be over.