/kg_snake

A Javascript Snake implementation

Primary LanguageJavaScript

kg_snake

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.

-- V1

-Basic snake implementation - a single player can collect 'food' tiles to grow until they crash into a wall or their self