Today We Did Reviewed how if statements work Reviewed how to get user input Learned about lists, and all the different things we can do with them. SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYCRead More...
Today We Did Reviewed x-, y-coordinate system and last week's homework Created function to draw filled-in circles Homework Work on the following: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ Make sure to createRead More...
What We Did Today: Added the game landing page using game modes Blitted out the play button on screen and enabled mode switching when the screen is clicked We also corrected andRead More...
Today We Did Learned about while loops Learned about for loops Learned about how for loops are made from while loops SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In caseRead More...
Today We Did Created functions to draw squares and rectangles Homework Work on the following: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ Make sure to create functions to draw each shape! Apr13_RobotBuilder.py CreateRead More...
What We Did Today: Learnt the basic of turtle, how to use goto(), forward(), right(), left(), penup(), and pendown(). Learnt how to draw shapes on the screen using geometry. Learn how toRead More...
What We Did Today: Updated and finished our game landing page mode, where we spawned a title, the birds, the clouds, and made the game only start when we click within theRead More...
Today We Did Began working on tower of defense project Created title screen, logo, and play buttons You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Reviewed the 2 important kinds of Python loops. Learned about the range() function which helps for loops, letting us loop over indices. SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYC Logic’s observedRead More...