Below is a list of the files used in this project and their function.
snake.py - main code that runs the snake game using LED sense hat display, active buzzer, and joystick. This script also interacts with the server to update high scores.
joystick - script used to test joystick functionality
snake_sense_joystick.py - script used to implement movement of LEDs with joystick
snakeServer.py - script used to test interacting with the server before adding to main file