In this tutorial I will show how to code Google's Dino game using Python and it's Pygame module. In this video we will be coding the collisions between the dino and the cactus.
LINKS:
😺 GitHub Repo: https://github.com/AlejoG10/python-di...
FOLLOW FOR MORE:
💥 GITHUB: https://github.com/AlejoG10
💥 INSTAGRAM: / coding_sp0t
⏱ TIMESTAMPS ⏱
00:00 Introduction
1:09 Collision Class
2:08 Distance Formula
2:45 Coding Distance Formula
5:10 Check Collisions
8:53 Useful Variable
10:41 End