Snake written in Python Authors: Emmanuel Suarez Jonathan Esteban Overview main.py Runs the game gamecourt.py Contains the canvas on which the game is played snake.py Contains a list of game objects that represent the body of the snake direction.py Contains an enum for directions