Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 294 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 294 Bytes

sneaky-snek

Classic game of snake, implemented using angular2 and html5 canvas.

Build

npm install
npm run serve

The game is then available at http://localhost:3000/

Controls

The snake can be controlled with the left,right, up and down arrow keys.