4 PM – Scratch 2 – Darin
What We Did Today: Continued fireball fight Coded the fireball to appear and start shooting and disappearing when it hits the edge Talked about why it's better to compare the x positionRead More...
What We Did Today: Continued fireball fight Coded the fireball to appear and start shooting and disappearing when it hits the edge Talked about why it's better to compare the x positionRead More...
Homework Write a python program that does the following output: Welcome to the Bank! Please select an option: 1. Check Balance 2. Make a Deposit 3. Make a Withdrawal 4. Exit EnterRead More...
Today We Did Reviewed last week's homework Review __init__ method Review class attributes Review how create new instance of a Dog class. Create several instances of Dog class. Review how to useRead More...
Today We Did Reviewed Python Exercises Homework Complete the Python Exercises if you haven't already Study for our quiz next week! Review: Variables (double/float, int, string) for loops while loops list operationsRead More...
Today We Did Completed the code to switch between title screen and playing the game Began code to launch "giant fireball" You can always find the code we wrote in class inRead More...
Today We Did Reviewed homework Reviewed creating instances of a class, using attributes and methods outside of class Homework Name your file Oct2_OOP_HW.py pg. 167 Try it Yourself