5 PM – Python Game Dev – Darin
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by implementing most of the bug class, adding modes, as well as special effects to the bug classRead More...
Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by implementing most of the bug class, adding modes, as well as special effects to the bug classRead More...
What We Did Today: Continued monster inheritance project Implemented inheritance through the magic attack system where a Dragon (child of the Monster class) is immune to fire magic. Homework: Create a SlimeRead More...
What We Did Reviewed and prepared for the second quiz next week Homework Study for your quiz next week Study these concepts Functions without return values Functions with return values How toRead More...
What We Did Today: Continued and finished the Robux System. Started reviewing for the final exam. Homework: Your final project is due August 27 Finish 100% of your final project. Requirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/Read More...
What We Did: Learnt how to use a while loop to achieve various effects of drawing to create a Kaleidoscope effect. Implemented a text based program - Grocery System - that testsRead More...
NEXT WEEK IS YOUR FINAL EXAM FROM 6-8 PM What We Did Today: Reviewed the driver system project for the final exam next week. Homework: Study for your final exam through driverRead More...
What We Did Reviewed the debugging homework Prepared for the quiz next week through the Quiz 2 Review exercise. Homework Continue on your Sep4_QuizReview2.py file and finish number 4!! If you haveRead More...
Today We Did: Reviewed the homework Brushed up on what functions are with/without return values Did examples of functions from the https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ page Homework: In one new file, "Sep5_FunctionsWithRVCopyHW", do the following:Read More...
Your final exam will be on Sep 21. What We Did: Implemented a more advanced text based program – Robux System – that tests the knowledge gained in the class so farRead More...
Today We: Reviewed the homework for the grocery system v2 program, in adding a dictionary to keep track whether an item is meant to be frozen or not. Introduced the concept ofRead More...