4 PM – Intro To Python – Darin
What We Did Today: Learnt how to use the random module to get a random number from a range and how to get a random item from a list Showcased a coupleRead More...
What We Did Today: Learnt how to use the random module to get a random number from a range and how to get a random item from a list Showcased a coupleRead More...
What We Did Today: Made our code tidier by using a get_next_image method inside of the bird class Created our player class which spawns a player in our screen Made the playerRead More...
Today We Did Added attributes to Bug constructor Began fetching images for bug sprite Added self.bug_group, and create_bug() in main.py You can always find the code we wrote in class in myRead More...
Today We Did Reviewed Final Exam Notes Gamas will reach out to your parents to schedule a Final Retake. Wishing you the best of luck! If you have any questions, email meRead More...
Today We Did Fixed loading screen bug and reviewed how threads work / why we need them Added text for credits along with play button while on credits screen Began Bug classRead More...
Today We Do Learnt how to make things appear at random on our screen for the trees in the March12_ExtraShapes file Made a kaleidoscope that creates a circle infinitely but with aRead More...
Today We Did Added remaining logic for monster system project Only need to fix bugs for next class AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free to emailRead More...
Today We Did Continued target class drawings for lines Began group collide method for target and balloons You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Learned about conditions and if statements Learned comparison operators: ==, !=, <=, >=, <, > Learned about operators that let us connect conditions: and, or Learned about 3 kindsRead More...
Today We Did We discussed USACO Feb 2024, Milk Exchange problem - https://usaco.org/index.php?page=viewproblem2&cpid=1396 We did the brute force way (simulation). Which only give us 8 out of 16 test cases. We discussedRead More...