1 PM – Python Game Development
Today: We went over the homework Add collision detection between the tank and the bricks. we moved the tank back when it collided with the bricks. Homework: Add collision detection between theRead More...
Today: We went over the homework Add collision detection between the tank and the bricks. we moved the tank back when it collided with the bricks. Homework: Add collision detection between theRead More...
Today We Do We finished Dec1_ShoppingCart.py project. We started Jan8_RobuxShoppingCart.py project. Homework If you guys are not done with your turtle project, I will extend the deadline until Jan15. This is 20%Read More...
Homework Do the problem in https://train.usaco.org/usacoprob2?a=fqLeaOd4zrH&S=gift1 after you are done upload the python file to your individual google drive homework folder. Do this before January 17. If you don't have Pycharm editor,Read More...
Today: We went over the homework to show game won when the enemy tank is destroyed. We fixed the bug in maze_solver that got the enemy tank stuck. We added logic toRead More...
Today We Do We went over how to create variables with different data types: Integer, double/float, Boolean, String. We learned how to combine String. We learned how to do mathematical operations. HomeworkRead More...
Today We Do We reviewed Driver System practice test. Homework Finish Driver System practice test if you have not finished it. Submit the practice test. After submission, I will give the answerRead More...
Today We went over the homework. We reviewed some trigonometry We rotated the turret so it faces the direction of the mouse. Homework Add a sprite class for the enemy tank usingRead More...
Today We Do We completed RobuxShoppingCart. Homework Next week we will do review of all we have learned so far because2 weeks later is final exam. Please study the RobuxShoppingCart project andRead More...
Today We Do We did 1st Intro To Python quiz, it is 10% of your grade.
Homework Create a new Python file Jan18_StringHomework.py Copy code from book from page 20 to 23. If you don't have the book, you can look at this copy in here: https://www.ayclogic.com/wp-content/uploads/2020/08/IntroToPythonP20toP23.pdf