3:30PM – Python Game Development
Today we Did: Created Cloud class in cloud.py Created config.py Made birds flap Homework: Create the Player class in player.py. In main, make create_player_group and add one instance of player to it, thenRead More...
Today we Did: Created Cloud class in cloud.py Created config.py Made birds flap Homework: Create the Player class in player.py. In main, make create_player_group and add one instance of player to it, thenRead More...
Today we did: Continued working on Robot Builder Created draw_left_arm function and drew using a for-loop Homework: Create draw_right_arm function and call the function 3 times so that the drawing looks likeRead More...
Today we have progressed a lot with Doom on the Broom adding in the Forcefield as well as the bats. For Homework: Please do from pages 119-123 which is just creating moreRead More...
TUESDAY CLASS Today we started a project to draw a Todoroki character bust (head and shoulders). We started with a circle to lay out the head and face proportions, and then proceededRead More...
We created enemy_tank.py and the EnemyTank class inherits from Player class. We override some methods in Player class so the EnemyTank can load its own set of images. This way the PlayerRead More...