Looking for some more Python over the weekend? Follow this step-by-step tutorial to create a Space Invaders clone.
The program in this tutorial doesn’t create new classes. But remember that “everything is an object in Python”. As you work on this project, note all the instances you create of several different classes. Note the methods and data attributes you use. Try to look at this code from the perspective of the material you covered during the week.
Alternatively, catch up with any material from the past week if you fell behind.
And, if you want further Reading about classes and OOP (Optional):