A classic Snake game developed in Python using the Pygame library. This project is created as a Data Structures & Algorithms activity in Cavite State University, created by Andre Ryan F. Flores.
In this project you will complete a fully playable Wormy snake game using Python and the Pygame library. A working skeleton (wormy.py) has already been provided with constants, helper functions, and ...