4:30 PM – Python Game Development – Bill
Your HW: In the init, load each frame of the loading images in a list You're going to have to use a for loop but don't use the loop through list
Your HW: In the init, load each frame of the loading images in a list You're going to have to use a for loop but don't use the loop through list
Today We Do We reviewed the second quiz. We started Python Digital drawing using Turtle. Homework Create a new file “Oct10_Turtle4ShapesHomework.py” Draw these shapes using t.goto() and t.penup() and t.pendown() Look atRead More...
Today We We learned about user input. We learned what is a Strings and what is an Integer. We learned how to convert Strings into Integers Homework (Upload your homework into yourRead More...
Today We Did: Created the collision logic for the coin, added game modes, and randomized spawn point of the coin. Homework # homework # create a method called handle_play_and_credit_buttons() that spawns theRead More...
Today We Did We started Single Digit Prediction project. We started creating the number_label(file_path) function. Homework Add codes inside number_label(file_path) function so when you call like following print(number_label("/kaggle/input/numerical-images/numbers/mnist_png/Hnd/Sample0")) print(number_label("/kaggle/input/numerical-images/numbers/mnist_png/Hnd/Sample0/")) It will printRead More...