Completed
Creating the Enemy
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pygame Tutorial for Beginners - Python Game Development Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Installing Python and Pycharm
- 2 Creating Our First Game Window
- 3 Changing the Title, Logo and Background Color
- 4 Adding Images into Our Space Invader Game
- 5 Movement Mechanics in Game Development
- 6 Keyboard Input Controls & Key Pressed Event
- 7 Adding Boundaries to Our Game
- 8 Creating the Enemy
- 9 Movement Mechanics of the Enemy Space Invader
- 10 Adding a Background Image
- 11 Creating Bullets for Shooting
- 12 Shooting Multiple Bullets at Space Invaders
- 13 Collision Detection
- 14 Creating Multiple Enemies
- 15 Adding Text and Displaying Score
- 16 Adding Sounds and Background Music
- 17 Game Over