5 PM – Python Game Development – Darin
What We Did Today: Continued on the Flappy Duck project, where we made the player fall with gravity and have the ability to jump. Fixed our tube gap distance in a moreRead More...
What We Did Today: Continued on the Flappy Duck project, where we made the player fall with gravity and have the ability to jump. Fixed our tube gap distance in a moreRead More...
Today We Did Created GrocerySystemV2 using Dictionaries Overview of Object-Oriented Programming Homework Create a file named May21_RobuxShoppingV2.py: Modify your original RobuxShopping code from Intro to Python to use dictionaries instead of multipleRead More...
Today We Did Refined sprite movement using Julian's improvements Added waves for the game Added health counter and images above enemy You can always find the code we wrote in class inRead More...
Today We Did Reviewed Project Proposals Kaleidoscope Spiral Learned how to change colors infinitely (will be useful for the project!) Code for today's lesson: https://drive.google.com/file/d/14-jq6tTrF-UmgCcABNyZ1EVEKYqy6Tf_/view?usp=drive_link Homework Start coding up your projects!! YouRead More...
Today We Did Continued working on our projects 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: https://www.ayclogic.com/observed-holidays/ In case youRead More...
Today We Did Began learning about functions Learned that functions can sometimes take an input (parameters), and sometimes give an output (return). SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ InRead More...
What We Did Today: Utilized loops to create a cool kaleidoscope image using the turtle module. Went over steps to complete the final project Homework: Work on your final project! You need toRead More...
What We Did Today: Added a coin that rotates, through adding the coin group with the same logic as the tubes. Learnt how to fix merge requests (conflicts) Assigned team members andRead More...
What We Did Today: Got introduced to the world of Python, learning concepts such as variables and data types in Thonny. Learnt about conditionals, how to compare things in a programming language.Read More...
What We Did Today: Learnt how to debug (fix) our code whenever errors appear, and what the common types of errors are. Solved a couple programs that were buggy (broken). Homework: CreateRead More...