Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 441 Bytes

2048

2048 game implementation.

Video showing task completion in ~4.5 hours (spent another hour tidying and a little styling) but I don't suggest watching it unless you enjoy watching paint dry.

Getting started

Checkout and run npm install then execute npm run dev to develop locally.

Tests can be executed with npm run test:unit.

Linting can be executed with npm run lint.