A Javascript Snake implementation
This project is intended as a way to explore Javascript and basic game design by building a robust implementation of the classic Snake game. The script's intended use is to be added to a web page, where it will self-initialize the game space and supply its own CSS.
-Basic snake implementation - a single player can collect 'food' tiles to grow until they crash into a wall or their self