Completed
Pulling it all together
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Create a Python Game - Learn Python Tutorial for Beginners [2021]
Automatically move to the next video in the Classroom when playback concludes
- 1 What are we going to create?
- 2 Start the game setup
- 3 Solving string immutability
- 4 Finish off the game setup phase
- 5 Start the game play phase
- 6 Run the game in a while loop
- 7 Rafactoring code for reuse
- 8 Finish off the game play section
- 9 Start the game end scenario's
- 10 Running out of lives
- 11 Pulling it all together
- 12 Congratulations