Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/danneu/elm-tile-editor

a tilemap editor built with elm
https://github.com/danneu/elm-tile-editor

Last synced: 3 months ago
JSON representation

a tilemap editor built with elm

Lists

README

        

# elm-tile-editor

- Live demo:

A general tilemap editor, work in progress.

![screenshot](https://dl.dropboxusercontent.com/spa/quq37nq1583x0lf/abo2ujb3.png)

## Run Locally

Install deps and start the hot-reloading webpack dev server:

npm install
npm start

Navigate to .

Any changes you make to your files (.elm, .js, .css, etc.) will trigger
a hot reload.