Python Pygame Tutorial: Snake 3 (Movement and Collisions)

Опубликовано: 01 Ноябрь 2024
на канале: Tech with Mike
908
20

#Python #Pygame #SnakeGame

In this video series I show you how to make your own variation of the classic game Snake! In this version move a character around the screen to collect food items while avoiding bombs that appear after each collection! This time we set up movement controls for the snake and food item, and define what happens when game objects collide!

Other Videos in Series

Part 1:    • Python Pygame Tutorial: Snake  
Part 2:    • Python Pygame Tutorial: Snake 2 (Crea...  
Part 3:    • Python Pygame Tutorial: Snake 3 (Move...  
Part 4:    • Python Pygame Tutorial: Snake 4 (Game...  

Link to Code

https://www.mrmichaelsclass.com/pytho...