educ8s / Python-Retro-Snake-Game-Pygame

Python-Retro-Snake-Game-Pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Retro Snake Game with Pygame

In this tutorial I am going to show you how to make Snake, a simple but very addictive game. It is a very simple game by today's standards but it was a massive hit in its day. We are going to build this game using Python and the Pygame module.

Although Snake is a very simple game, it covers a lot of the aspects of computer game programming, like movement, control, collision detection, scoring and so on. If you learn how to program Snake you will be able to program a lot of other games as well.

Video Tutorial

🎥 Video Tutorial on YouTube



| 📺 My YouTube Channel | 🌍 My Website |

About

Python-Retro-Snake-Game-Pygame


Languages

Language:Python 100.0%