9 AM Python Level 1
We continued with Hangman program. Homework: inside the Jan18_Hangman.py and inside the while loop add a code which will check if "lives" variable is equal to 0, break from the loop. AtRead More...
We continued with Hangman program. Homework: inside the Jan18_Hangman.py and inside the while loop add a code which will check if "lives" variable is equal to 0, break from the loop. AtRead More...
1 to 3 PM Python Test Level 1
We continued with Shoot Baloon project. We made Baloon appear less frequently. We made Baloon and Target sprites to have "rect" or hitpoint. Homework: detect collision between baloon_group and target_group. The finalRead More...
We reviewed about class and Bird and Sprite. We continue creating Bird class. Homework: Review main.py and bird.py and come up with at least 3 questions that you don't understand.