/Snake

A Javascript implementation of Snake

Primary LanguageJavaScript

Snake

Play Live

Overview

This is a Javascript implementation of the classic game, Snake, animated using jQuery manipulation of DOM elements.

Features

All the basic features of Snake, with extras:

  • Poison Apples which reverse user controls.
  • Golden Apples which provide a much larger score boost, but disappear quickly.
  • Browser Cookies used to keep track of local high scores.