An Introduction to Interactive Programming in Python (Part 2)
- Week 5 - Mouse input, list methods, dictionaries
- Read mouse input, learn about list methods and dictionaries, draw images
- Week 6 - Classes and object-oriented programming
- Learn the basics of object-oriented programming in Python using classes, work with tiled images
- Week 7 - Basic game physics, sprites
- Understand the math of acceleration and friction, work with sprites, add sound to your game
- Week 8 - Sets and animation
- Learn about sets in Python, compute collisions between sprites, animate sprites