4PM – Intro To Python – Alex W.
Today We: Built the main battle system class Added in the functions to have the player attack a monster Homework: Add in the code to make the monster attack the player WeRead More...
Today We: Built the main battle system class Added in the functions to have the player attack a monster Homework: Add in the code to make the monster attack the player WeRead More...
Today We: Finished our work on the hangman project Discussed the content of the quiz Homework: Complete the quiz exercise attached: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ We do not have class next week, as it isRead More...
Today We: Continued working on the dragon birdie project Learned how to check for collisions between sprites Learned about pygame.rect Your HW: Create a rect "hitbox" for the player sprite just likeRead More...
Homework We want to make bug falls down when hit by target Load the assets/bugs/dizzy/frame-1.png and frame-2.png into self.dizzy_images Create self.bug_mode = FLYING_MODE . You have to define FLYING_MODE and DIZZY_MODE inRead More...