/snake

Snake!

Primary LanguageJavaScript

Snake

Launched Demo

Play the demo!

HOW TO PLAY

Eat the snake food to grow! See how long you can grow before colliding with the edges of the stage or your own body.

CONTROLS

Use the arrow keys to move up, down, left, and right.

NOTES

A basic Snake game built from the ground up using only basic JavaScript, jQuery, HTML, & CSS. Uses the Model-View-Controller (MVC) pattern to organize game logic.

No tutorials were used; it is 100% custom code.