Completed
Pygame Tutorial - 1 - Installing Python and Pycharm
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Game Programming Using Pygame and Python 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Pygame Tutorial - 1 - Installing Python and Pycharm
- 2 Pygame Tutorial - 2 - Creating our first Game Window
- 3 Pygame Tutorial - 3 - Changing the Title, Logo and Background color
- 4 Pygame Tutorial - 4 - Adding Images into our Space Invader Game
- 5 Pygame Tutorial - 5 - Movement Mechanics in Game development
- 6 Pygame Tutorial - 6 - Keyboard Input Controls/ Key Pressed Event
- 7 Pygame Tutorial - 7 - Adding boundaries to our game
- 8 Pygame Tutorial - 8 - Creating the Enemy - Space Invader
- 9 Pygame Tutorial - 9 - Movement Mechanics of the Enemy Space Invader
- 10 Pygame Tutorial - 10 - Adding a Background Image
- 11 Pygame Tutorial - 11 - Creating Bullets for Shooting
- 12 Pygame Tutorial - 12 - Shooting Multiple bullets at Space Invaders
- 13 Pygame Tutorial - 13 - Collision Detection
- 14 Pygame Tutorial - 14 - Creating Multiple Enemies - Space Invaders
- 15 Pygame Tutorial - 15 - Adding Text and Displaying Score
- 16 Pygame Tutorial - 16 - Adding Sounds and background music
- 17 Pygame Tutorial - 17 - Game over - Space Invaders