(back to Scuba24)
Today, we started by learning some Python basics and then applying them to a terminal-based text adventure game.
Creating a text based game which can be run from the terminal.
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.
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.
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.