« All Events
10 AM – Python Game Development
October 17, 2020 @ 10:00 am - 11:00 am
- Homework:
- In Flappy Duck project:
- Display the score on the top left corner of the screen. Look at how we displayed score in the Birdie project.
- Create 2 Game modes:
- GAME_STARTED =1
- GAME_NOT_STARTED = 2
- In the beginning of the game, start the game mode in GAME_NOT_STARTED and display play button. Look at how we did it in Birdie project.