/Snake

An attempt at learning how to use the HTML5 canvas by remaking the classic snake arcade game.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Snake Game

An implementation of the classic Snake game in HTML5. A live version of the game can be found here: http://www.ryanpaulwilliams.com/snake

The game is implemented in JavaScript using the HTML5 canvas element using the provided game framework.