4 PM Scratch Level 1 – Alex
Today We Did: We finished up the Window Cleaner project. Started the Punch The Dummy project Added in most of the components For Homework: Continue with the Punch The Dummy project GoRead More...
Today We Did: We finished up the Window Cleaner project. Started the Punch The Dummy project Added in most of the components For Homework: Continue with the Punch The Dummy project GoRead More...
Homework Create a new project called Mar3Magic8Ball.java, and use a combination of Random module, while loop, if else statements to create Magic8Ball game. Look at below Python codes for your reference importRead More...
Today We Did: Started with the Monster Inheritance project For Homework: Make a new method called printMonsterMenu and it should contain all the code that is used to print out the menuRead More...
Today We Did: We went over the Magic8Ball homework Also, learned about methods and how object-oriented programming works. For Homework: Convert your Magic8Ball homework into a much shorter version of it: PutRead More...
Today We Did: Went over the homework for shortening the Magic8Ball and also going over how to create the method for converting from Fahrenheit to Celsius. In class, we went over anRead More...
Today We Did: We finished up the Spiralizer project and reviewed on the creating the clones. Started the Virtual Snow project Reviewed on how to delete clones when they each the bottomRead More...
Today We Did: Created three new methods, arrowAttack, magicAttack, and takeMonsterDamage. We were able to create takeMonsterDamage because we noticed that the code was duplicating multiple times so it was correct toRead More...
Today We Did: Went over the Magic8BallUsingMethods code Stated the school application project Created the school system and learned about classes. For Homework: Create another option for adding in the teacher. YouRead More...
Today We Did: Finished up the Monster Inheritance project Created two more classes, the troll, and the goblin Added in the option to heal the monster, and override it in each ofRead More...
Today We Did: We continued with the School System project. Added in listing out all of the students, teachers, and started finding the student. We also were able to load in theRead More...