This project was developed following Eric Mathees' Python Crash Course, Second Edition. A simple but classic alien shooter game created with the Python pygame module
I introduced some helpful features to improve gameplay:
-
Added sounds for
-
Collisions between bullet and aliens
-
Game over
-
-
Included a json file to store high score
-
Retrieve high score at beginning of game
-
Ship can move up and down
- Add a start menu
- Add final game soundtrack
- Add high score list and instructions