« All Events
3 PM – Python Game Development
September 11, 2021 @ 3:00 pm - 4:00 pm
Homework for Corey, Bradley, Raelyn
- Please make sure the bullet appear on the screen and moving to the right.
- Launch bullet from left side of the screen once every 3 seconds going to the right.
- Inside enemy.py, assign a different health and speed according to self.enemy_type.
Homework for Kyle and Anderson
- Displayed the health and the coins in a bigger font, try size 30.
Homework for everyone
- When self.health goes to 0, change the game_mode to GAME_OVER and display GAME OVER page.
- Inside main.py, add a new class attribute self.coins = 1000. Similar to score and health, display the coins on the screen near the top.