2024 SI@UCF OOP Design in Python and pyGame


Syllabus
Online Textbook

Date Recitation Topic Lecture Topic Notes Pre-Written Examples In-Class Examples Assignments Solutions
6/3/24 Vars, If Loops I/O
Arithmetic Expressions
If Statement
For Loop
While Loop
Age.py
Leapyear1.py
decay.py
mysum.py
Stars.py
In Class Notes
refresher.py
loopexample.py
Buying Gas
Pay Calculator
For Loop Practice
Car Payments
Tire Print
Gas.py
PayCalc.py
copy.py
newyears.py
sumeven.py
sumodd.py
Payments.py
6/4/24 pyGame Intro Functions, Lists pyGame Intro
pyGame Movement
Functions
Lists
drawstuff.py
pygamex.py
mickey.py
fueleff_func.py
arithgamefunc.py
stars2017.py
In Class Notes
introPyGame.py
funcex.py
stars2017.py
List/Function Practice
pyGame Drawing
pyGame Movement
pyGame Nested Loops
6/5/24 pyGame Keyboard Input User Defined Classes PyGame Keyboard Input
Intro to Classes
movement.py
Time.py
CellPhone.py
Contact.py
Car.py
In Class Notes
keyboardInput.py
Balloon Pop Plus
Framework
6/6/24 pyGame Mouse Input Token Class PyGame Mouse Input
More Classes
mouseEvent.py
luckyRainbow.py
sham.png
bounceballobj.py
Bounce Ball Token Version
Rain Token Version
mouseInput.py
In Class Notes
TokenFile.py
bouncesquare.py
bounceballrect.py
Block Invaders!
6/7/24 Sounds in pyGame Token Class PyGame Sound
Splitting Files
soundbutton.py
button.png
blip.wav
boing.wav
bubbles.wav
Fruit Object Version
pygameSound.py
pyGame Contest
6/10/24 Transformations Inheritance Inheritance 1
stickfigure1.py
stickfigure2.py
stickfigure3.py
stickfigure4.py
stickfigure5.py
stickfigure6.py
stickfigures.png
In Class Notes
employeeinheritance.py
Fruit Game Inheritance
button.py
text.py
cookieClicker.py
cookie.png
Pygame Inheritance
6/11/24 N/A File I/O Files for Pygame
updatescores.py
highscores.txt
drawmaze.py
map.txt
In Class Notes
6/12/24 Sprites Fruit Game Fixed Fruit Game Inheritance V2
6/13/24 Olympic Game Using Multiple Screens Multiple Screens in Pygame
Fruit Game Inheritance V3
6/14/24 Olympic Game Con't Dot Game Dot Game
In Class Notes
swimming.py
classes.py
ocean.jpg
athlete.png
6/17/24 Platformer Sample Connect Four In Class Notes
platformerDay1.py
connect4.py
connect4file.py
6/18/24 Platformer Sample Connect Four connect4.py
connect4file.py
In Class Notes
6/19/24 Platformer Sample Start Wordle In Class Notes
platformerDay3.py
6/20/24 Finish Platformer Finish Wordle wordlegame.py
wordlefunctions.py
wordlefile.py
wordlewords.txt
platformer.py