DEV Community

Cover image for Snake game
Andrei Paicu
Andrei Paicu

Posted on

Snake game

Snake has been the game of my childhood, I still remeber playing it on my first mobile phone, a nokia 1100. I always missed palying that original choppy version of it so I wanted to reacreate it.
Taking the cs101 course on codecademy helped me start my career as a junior developer, and one of the first few project I wanted to make was a simple game. That's when I found a couple of turorial online on how to create games using pygame, which is the module that I decided to use. To my shame it took me much longer than expected to actually create it, even with following a tutorial as it took me a while to understand OOP, what classes and objects are and how they actually work. Now I think I have a decent understading of it.
If anyone would like to have a look, please see the link below

https://github.com/andrei-paicu/Snake

Top comments (0)