Snake3D is a variant of the classic Snake game played on a three-dimensional grid instead of the standard two-dimensional grid. It was written primarily as an exercise to learn how to use WebGL.
Snake3D runs entirely client-side in a web browser. To deploy it, simply copy
the files to a directory on a web server. It can even run from a local
file:// URL.