5 PM – Python Game Development – Darin
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...
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...
What We Did Today: Learnt and improved how we connect different shaped together using geometry. Learnt how to use a function to combine different shapes together to create an object. Homework: YourRead More...