Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 635 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 635 Bytes

Python Classes in pygame

Learn to use Python classes to produce a game in pygame

Description

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