Completed
| Project Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Make a Game in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 | Project Overview
- 2 | Project Demo
- 3 | Setup/Installation
- 4 | Creating The Window
- 5 | Adding a Background Image
- 6 | Moving a Character
- 7 | Adding Player Boundaries
- 8 | Keeping Track Of Time
- 9 | Rendering Text
- 10 | Adding Projectiles
- 11 | Moving Projectiles & Collision
- 12 | Drawing Projectiles
- 13 | Handling Losing The Game
- 14 | Conclusion