My version of the classic game Snake.
Play the game!
- Clone this repo
$ git clone https://github.com/nielsvanrijn/snek/
- Navigate to the
/Dist
folder - Open the
index.html
- Have fun
- Static Utility Method
/dev/util.ts
- Singleton
/dev/game.ts
at line134
- Inheritance: Both
/dev/snek.ts
and/dev/food.ts
are children of/dev/piece.ts