What We Did Today: Learnt how to debug, identified common types of errors, and gained independence as a coder. Homework: Continue on your file called April1_Debugging_2.py and submit it into the googleRead More...
Today We Did We continued learning turtle. We drew triangles and octagon inside forloop We learned how to set background to dark blue We learned how to set the pen to white.Read More...
What We Did Today: Added the fireball and made it shoot from the players location, and triggered it on command using the space key We added a timer for launching the fireballRead More...
Today We Did Continued adding logic for bug collisions You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-shoot-balloon/-/tree/sat_7_pm_sebastian?ref_type=heads AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In caseRead More...
What We Did Today: We learnt how to make a Robux system where our program can keep track of how much money we have in the interactive text based program we madeRead More...
FINAL EXAM IS NEXT WEEK! So you have to study the past projects and finish up the final exam review. Today We Did Went over the final exam review, going over similarRead More...
Today We Did Reviewed conditionals like if, elif, and else Learned about user input User input can be retrieved using input() All user input turns into a string data type Class code:Read More...
Today We Did Continued working on collision handler for Target & Balloon. You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastian AYC Logic’s observed holidays:Read More...
Today We Did Learned about x,y coordinates in Python Turtle Created functions to draw shapes Homework Work on the following: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ You can use any method (goto(x,y),Read More...
YOU WILL HAVE YOUR SECOND QUIZ NEXT WEEK ON APRIL 15 What We Did Today: Prepared for the second quiz, went over some topics to prepare for the quiz, how to study,Read More...
What We Did Today: Changed the direction of the fireball depending on the player direction Made the birds disappear when the fireball collided with them Re explained why the timer works differentlyRead More...
NEXT WEEK IS YOUR FINAL EXAM ON APRIL 16 What We Did Today: Reviewed topics for the final exam next week Homework: Study for your final exam next week, focusing on theRead More...
Today We Did Completed Explosion class Added buttons to landing page Began credits page You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastian AYC Logic’sRead More...
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...
Today We Did Reviewed x-,y- coordinate system Finished filledInShapes (triangle) Started RobotBuilder.py Draw left arm Homework Work on the following files: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ Do what you can toRead More...
What We Did Today: Learnt how to create a function for making rectangles or squares using parameters such as x and y (used for starting position of drawing), length and height (ofRead More...
What We Did Today: Added background music and sound effects to our program. Fixed some bugs and tweaks such as the fireball spawning on top of our player, as well as theRead More...
Today We Did Finished creating the title screen and credits pages, reviewing all the old fundamental pygame concepts You can always find the code we wrote in class in my Gitlab repositoryRead More...
Today We Did SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submit your homework into your GoogleRead More...
Today We Did Reviewed x-,y- coordinate system Added body to robot Drew pentagon + polygon Homework Code for today's lesson: https://drive.google.com/file/d/1DRueQQ9kB5K51cmthKCBg2nzg0qxTbSR/view?usp=drive_link Work on the following files: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/Read More...