What We Did Today: Continued monster inheritance, fully implementing the magic attack system. Explained and learnt about how private, public and protected keywords work for access control in classes. Homework: Create theRead More...
What We Did Today: Reviewed the homework on making a functions to draw a shape consisting of other shapes. Started and finished the grocery system text based project. Started the robux systemRead More...
What We Did Today: Continued Library System, emphasizing the usage of dictionaries. Homework: Continue working on LibrarySystem, and do the following: Implement the list_all_old_books method which lists books that have a publishRead More...
Today we: Started the Jumpy Monkey project. Homework: Make a LaunchSpeed variable. Do this code in the Monkey sprite. Add a "set LaunchSpeed to 10" block under the "when Green Flag clicked"Read More...
Today We Did Finished X and Y Coordinates project. Continued Animal Crossing project. Homework I will see you guys tomorrow! When the Bat sprite passes -175, make it say something. Finish theRead More...
Today We Did Modify EnemyTank to inherit from Tank Create Wall Class Display the map of the game with the wall sprites Force the Tanks to stay in place if run intoRead More...
What We Did Today: Continued learning how to draw in turtle. We made an all purpose draw_rectangle function using the turtle module. Homework: Continue in your file named July9_RobotBuilder and create theRead More...