Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 298 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 298 Bytes

Snake game

This is a simple snake game. If you want to see it live, go to this url

snake gif

Running app

Install dependencies:

yarn install

Run in dev mode:

yarn dev

Build:

yarn dev