Hybrid Snake
By Kole Nunley
License: MIT
http://kolenunley.com I loved the simplicity of the original browser game by Patorjk and decided to wrap it with Cordova and Ionic to adapt it to mobile devices.
Original Read Me (to give credit)
JavaScript Snake
By Patrick Gillespie
License: MIT
http://patorjk.com/games/snake
This is a DOM-based game of Snake that I wrote in JavaScript a few years back.
Other than the full screen mode demonstrated in the code, it can also be initialized in div tags within a page. Example:
var mySnakeBoard = new SNAKE.Board( {
boardContainer: "game-area",
fullScreen: false,
width: 580,
height:400
});
The comments are formatted a little strange because at the time I was playing around with YUI Doc.