Week 1 Notes

(back to Scuba24)

Day 1: Introduction to Python Basics

Today, we started by learning some Python basics and then applying them to a terminal-based text adventure game.

Day 2: Text Adventure Game

Creating a text based game which can be run from the terminal.

Day 3: Imports, Data Types, & RGB Game

We started by going over data types and tuples. Then, we had them create an RGB color displayer using Pygame. The next step was to draw a letter of their choosing on Pygame.

Day 4: Pygame Intro, Write a Letter Project, and RGB Extension

Today, students will learn more about Pygame and continue working on their Pygame window which displays a letter of their choosing, eventually their name. If students are done early, they can include their RGB function from Day 3 in their name visualization.

Day 5: Drawing the Chicago Star

Today, using Pygame, students will create a function that takes in the upper bounds of their window and draws a red star similar to the stars in the Chicago flag.