top of page
Space Invaders
Learnt some basics of Pygame library used to create the game. The game was coded in Python. Instructions and code for the game was referenced from geekstogeeks website (Link). Modifications were made to experiment with the different functions available.
.png)
Gameplay
After learning some basics of Python programming through a module in my course of study, I want to learn more about what different libraries provided while having fun during the holidays. As such, I decided on creating a game. One of the simpler games to create is Space Invaders, thus it was chosen.
​
I experimented with changing various parts of the sample code in the geeksforgeeks website and observed the changes that would came about with the changes.
bottom of page