5 PM – Python OOP – Darin
Today We Did Continued the Monster Inheritance project, where now we are able to fight the monsters by playing as a character we created by making a self.player_name and self.player_health attribute inRead More...
Today We Did Continued the Monster Inheritance project, where now we are able to fight the monsters by playing as a character we created by making a self.player_name and self.player_health attribute inRead More...
Today We Did Reviewed RobotBuilder Finished TurtleShapes Semicircle Infinite polygon generator Homework Final Project Proposal: Criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Draw your project proposals on a piece of paper by next week! Upload your proposalRead More...
Today We Did We went over Driver System practice test and went over the solution. The DriverSystem solution can be found in https://drive.google.com/drive/folders/1sp1a3f7XtnA0O4OiyDVsoN5LXIRV6Yxo?usp=sharing Homework Next week 01/22 is a 2 hour finalRead More...
Today We Did Fixed bugs existing in previous version (typos, etc) Began moving balloons through screen at speed indicated by self.speed attribute You can always find the code we wrote in classRead More...
Today We Did Added player boundaries to change game mode when players fall off the screen Added logic and pygame code to draw game win and game over pages You can alwaysRead More...
What We Did Today: Created a second version of the magic 8 ball program that answers any question the user asks with a random answer, using random.choice() this timw. Created a randomRead More...
Today We Did Find teacher using list Find teacher using dictionary Created new classroom class AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
What We Did Today: Created a Grocery System program, where users can buy items and check out, where the program tells us what items we bought as well as the total price.Read More...
Today we: Finished the Robux Shopping Cart project Reviewed for the Final Test Project Feedback: Eden: Add the text “PEASHOOTER” by using rectangles, circles, and/or polygons Make some part of your projectRead More...
Today We Did Reviewed Jan13_FunctionsHW.py Topics covered: Lists For loops If-Else Functions Code available here: https://drive.google.com/file/d/1oubSs4pyHULMHorwmbc-eIEmVc7rNm-p/view?usp=sharing Homework Finish Exercise 7 at https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Make for following functions in a new file: Jan20_FunctionsHW5.py Write aRead More...