About the game

This game of snake generates a hamiltonian circuit to always win by filling out the entire canvas. This javascript program is an implementation of a hamiltonian path and circuit generator by Nathan Clisby on an n * n grid, into a game of snake. The program uses the backbiting algorithm in order to generate the circuit which it follows.

Progress: