AgarioElm

A WIP of an agar.io clone in elm.

To build:

elm-make Game.elm --output elm.js

To develop:

elm-reactor

To auto-deploy built changes:

./watch