Completed
⌨️ Project Demo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Platformer Game Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Project Demo
- 2 ⌨️ Project Brief/Getting Started
- 3 ⌨️ Project Setup
- 4 ⌨️ Asset Walkthrough
- 5 ⌨️ Game Setup
- 6 ⌨️ Generating The Background
- 7 ⌨️ Creating The Player
- 8 ⌨️ Moving The Player
- 9 ⌨️ Adding Gravity
- 10 ⌨️ Loading/Splitting Sprite Sheets
- 11 ⌨️ Animating The Player
- 12 ⌨️ Adding Terrain/Blocks
- 13 ⌨️ Pixel Perfect Collision Vertical
- 14 ⌨️ Jumping & Double Jumping
- 15 ⌨️ Scrolling Background
- 16 ⌨️ Pixel Perfect Collision Horizontal
- 17 ⌨️ Adding Traps Fire
- 18 ⌨️ Player Collision With Traps
- 19 ⌨️ Conclusion