/Snake-and-Apple

Snake and Apple game using Pygame. By building Snake game it’s give an idea of how data structures can be super handy in real-world scenarios. By maintaining the snake’s body with a queue and using a set to keep track of the snake parts.

Primary LanguagePython

Stargazers