Go back
Learn how to create the famous snake game using pygame.
Overview
This series will show you how to create the famous Snake Game using python and pygame. We will use a standard grid system to represent the play area and move objects around the grid. We will implement our objects using OOP (object orientated programming). This is a great tutorial for beginners that are looking for a next step and something a bit more difficult.
What You’ll Learn
You will learn and understand the following after this tutorial:
- Grid Systems With Lists
- OOP (Object Oriented Programming)
- Basic Pygame Graphics
- Scoring
- Pop Up Text-Boxes
Prerequisites
This tutorial series is well suited for programmers of all levels. However the following may make things easier:
- Some Programming Knowledge
- Familiarity With Python 3 Syntax