Learn to use Python classes to produce a game in pygame
This two week course is intended to introduce the concept of Python classes through two projects. It assumes basic experience with Python syntax, variables, and functions. Week 1 comprises a guided review of basic python, followed by a guided tutorial to implement a text-based playing card program. Week 2 is where theh fun starts - pygame is used for graphics and user interactions to create a Space Invaders type game.
🚀 Day 1: Python review and Card Game
🚀 Day 2: Space Invaders