Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 408 Bytes

elm-2048

CircleCI

An 2048 implementation written in elm.

How do I use it?

Build it:

$ npm install && elm-package install

Development

Run it:

$ npm start

To run the tests you do:

$ npm test