Overview

A version of the classic Snake game built using Javascript.

Controls

Use the arrow keys to control the snake.

Structure

This game is broken down into Javascript files. One is responsible for the game logic and drawing the environment for the game. The other creates the snake that the player controls and updates the snake based on its interactions with the environment.

Play the Game!