Snake Using Python and Pygame (Part 1) | Creating the Background, Snake and Apple

Опубликовано: 17 Май 2026
на канале: Coding Spot
2,133
49

In this tutorial I will show how to code the classic Snake game using Python and it's Pygame module. In this video we will be creating the background, the snake and the apple.

LINKS:
😺 GitHub Repo: https://github.com/AlejoG10/python-sn...
Windows Setup:    • How to Install Python + PIP + Sublime Text...  
Mac Setup:    • How to Install Python + PIP + Sublime Text...  

FOLLOW FOR MORE:
💥 GITHUB: https://github.com/AlejoG10
💥 INSTAGRAM:   / coding_sp0t  

⏱ TIMESTAMPS ⏱
00:00 Introduction
00:29 File Setup
3:58 Background Class
14:12 Apple Class
18:45 Snake Class
21:40 End