« All Events
1 PM – Python Game Development
March 19, 2022 @ 1:00 pm - 2:00 pm
Today:
- We went over the homework to make the enemy tank fire the bullet.
- We visualized the maze solver’s path by creating a white dot for each node coordinate.
- We used the direction of the second node in the path from the maze solver to determine which way to move the enemy tank.
- We fixed the bug where the maze solver thinks the enemy tank only takes up once map cell.
Homework:
- Add collision detection between the enemy bullets and the player tank.
- Create a new game mode called GAME_OVER.
- When the game mode is GAME_OVER show game_over page which should look like this:
- When the enemy tank shoots the player tank change the game mode to be GAME_OVER.