7 PM – Python Game Development – Sebastian
Today We Did Handled game resets between game modes Developed methods for win & lose landing pages You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Handled game resets between game modes Developed methods for win & lose landing pages You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Python Quiz 2 Homework No homework this week! Next week we will be covering Turtle. If you have any questions, email me at williamsmith@ayclogic.com
Today We Did Blitted coin images to screen Created player class Added player's jump functionality using gravity Remembered how to use the ASCII table to detect which key the user typed YouRead More...
QUIZ 1 IS NEXT WEEK on December 12!! What We Did Today: Wrapped up all the concepts learned to this point in preparation for the first quiz Homework: STUDY FOR YOUR QUIZRead More...
Today we: Learned how to create a function with functions inside Drew the robot's face and arms Finished the Robot Builder project Homework: Create your project proposals Make sure your project proposalsRead More...
What We Did Today: Reviewed how to create shapes on turtle using turtle.forward() and turtle.left() Learnt how to create more shapes like triangles, rectangles, and octagons using functions Learnt how to addRead More...
Today We Did Created draw_play_button method Created algorithms using math to calculate play button position Learned how to get mouse position on screen & detect when mouse is clicked You can alwaysRead More...
Today We Did Python Quiz 1! Homework Dec9_FunctionsHW.py Copy code from pages 130 to 133 in the textbook Upload the homework to your assigned Google Drive folders by Friday night. If youRead More...
What We Did Today: Continued to learn about if, elif, and else statements Learnt about the difference for ==, !=, and = Learnt how to do comparison with >, >=, <, andRead More...
Today We Did Reviewed last week's homework and finished the Library System project: Created a Book class Created a class attribute books (dictionary) to store Book object instances Reviewed HW, class methodsRead More...