Skip to content

Instantly share code, notes, and snippets.

View mrsubtle's full-sized avatar

Richard Bennett mrsubtle

View GitHub Profile
@mrsubtle
mrsubtle / README.md
Last active July 4, 2019 17:46 — forked from straker/README.md
Basic Snake HTML Game

Basic Snake HTML Game

Snake is a fun game to make as it doesn't require a lot of code (less than 100 lines with all comments removed). This is a basic implementation of the snake game, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration