Game 1: Snake

This is a recreation of the basic and simple game, Snake. The player must eat the food that randomly generates around the map. This then expands the legnth of the snake and the player must avoid hitting themselves or the outsides of the game window. The score goes up everytime the player eats one piece of the food. This game was the foundational learning experience for the knowledge basis of PyGame for the rest of the research project.



Code Link