7 PM – Python Game Development – Sebastian
Today We Did Made credits page with text for all credits. Began template code for Bobby the Bug class. You can always find the code we wrote in class in my GitlabRead More...
Today We Did Made credits page with text for all credits. Began template code for Bobby the Bug class. You can always find the code we wrote in class in my GitlabRead More...
Today We Did Final Exam! Homework No more homework. Good job finishing the course! :) If you have any questions, email me at williamsmith@ayclogic.com.
Today We Do Reviewed how setheading changes the incline of the mouse, which in turn when used in functions changes how the functions are angled Learnt how to make semicircles using theRead More...
Today We Did Learned what threads are, and how they allow multiple different parts of our code to execute at the same time. Learned how to freeze our program using time.sleep(), stoppingRead More...
Today We Did Learned about how to call methods from a parent class, while inside a child class using super() Continued building out our monster adventure game AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/Read More...
Today We Did Setup SchoolSystem project on local computer Continued working on SchoolSystem Project Find a teacher List all teachers dictionaries List all students dictionaries Add staff Homework Continue working on theRead More...
Today We Did Learned Python variables have names (can't have spaces), and values (values can have 4 different data types) Learned the 4 main data types are integer, float, string, and booleanRead More...
Today We Did Python Quiz 2 Homework No homework this week! Next week we will review the quiz and start learning about Turtle in Python :) If you have any questions, pleaseRead 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...