2 PM – Python Game Development – Sebastian
Today We Did Completed the motion for Tube & Coin classes (movement is just changing the x & y attributes) Gave coins multiple images to blit while playing the game (cycle throughRead More...
Today We Did Completed the motion for Tube & Coin classes (movement is just changing the x & y attributes) Gave coins multiple images to blit while playing the game (cycle throughRead More...
Today We Did Learned about functions with return values Converted hello(), add() functions to return a value Homework Create the following file: Jan13_FunctionsNoReturnHW.py Complete Exercises 4-7 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ #7 needs a return value,Read More...
What We Did Today: Learnt about lists, how to access items from a list, and how to add/remove items from the end of a list. Learned how to use lists with printRead 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...