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