9 AM – Indo – Python Game Development – Joel
Today we did: We made the flapping animation for the player We made the upward tubes Homework: Make sure that your tube hitbox is moving along with the x of the tubeRead More...
Today we did: We made the flapping animation for the player We made the upward tubes Homework: Make sure that your tube hitbox is moving along with the x of the tubeRead More...
Today We: Learned about if statements and booleans Your HW: Read and copy from Pages 79-81 in the text book IntroToPythonPg79to81
Today We Did Reviewed past class code & finished implementing collisions Added background music and sound effects You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Continued working on Tank Game Homework Make the Enemy Tank not able to cross a wall, just like how we did it for the Player Tank. Make the WallExplosionRead More...
Today We Did Java Quiz Homework We will be starting a MonsterInheritance program next class! Do the following to prepare: Create a new project called MonsterInheritance Create a Monster class: Monsters shouldRead More...
Today We Did Reviewed Jan20_FunctionsHW5.py Functions with return values Learned about the random module in Python random.randint() -- choose random integer random.choice() -- choose random item from list Homework Work on theRead More...
What we did today We continued working on the 6 Facial Expressions drawing. Homework Finish drawing the head and neck of the Happy expression. If you have any questions, email me at abigail@ayclogic.com
What We Did Today: Created a Robux System program, which is similar to the grocery system, but this time we introduce money that we hold in the bank, using functions to purchaseRead More...
Today we: Continued the Punch the Dummy project. Homework: When the Head sprite receives the "Bounce" message, switch the costume to Angry. Under the "go to" block, switch the costume back toRead More...
What we did today We continued working on the MHALL project. Homework Make the Happy Birthday Song in Scratch. The sheet music also should be in "project resources" Add a broadcast everyRead More...
Today We Did Finished Digit Recognition Homework Try drawing an image that has less than a 70% certainty in our Digit Recognition Colab. Why do you think it's so low?