Pygame Beginner Tutorial: Checking for Collisions in a game. (OOP)

Опубликовано: 31 Май 2024
на канале: Programming With Nick
1,684
46

In this Pygame Beginner Tutorial I'll show you how to detect collisions in pygame. This is a great tutorial for beginners, and you'll learn some important game development concepts along the way.

📝 Code: https://github.com/educ8s/Pygame-Coll...

🚀Join the Channel to help me create even better videos:    / @programmingwithnick  

Previous Tutorials (Watch in the following order)

📘 Python for Absolute Beginners Course:    • Python for Absolute Beginners  

💎 Premium Courses:
Object Oriented Programming Made Easy: https://bit.ly/3NaMfg4

💡 pygame 101:    • Get Started in pygame in 20 minutes!  
🏓 Pong Tutorial:    • Pong Game Tutorial using Pygame & Python -...  
🐍 Snake Tutorial:    • Snake Game in Python Tutorial with pygame ...  
🦠 Game of Life Tutorial:    • Conway's Game of Life tutorial in Python &...  
🧱 Tetris Tutorial:    • Creating Tetris in Python with pygame - Be...  
👾 Space Invaders:    • Python Space Invaders Game Tutorial with P...  

⏳ Timestamps
0:00 Introduction
0:40 Creating the Game Loop
2:45 Creating the Dinosaur
10:30 Creating the Obstacle
12:00 Checking for Collisions