Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 358 Bytes

File metadata and controls

25 lines (13 loc) · 358 Bytes

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