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

bzf/elm-2048

Repository files navigation

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