Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1006 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 1006 Bytes

Map Creator

This is a work-in-progress tool for creating maps for use in agent based modeling simulations.

A map consists of multiple layers. Each layer is a grid, and all layers have the same width and height. Every cell on a layer's grid has an integer value associated with it, and each layer has a min value and a max value that bound the possible values of the cells. Every layer also has a color gradient that determines how each cell in the layer's grid is colored.

You can paint values onto the map by clicking and dragging on it. Maps can be saved and loaded as JSON.

painting Painting values onto a layer

editing a gradient Editing a layer's gradient

Running

To run clone this repo and run make from the repo's root. Open the generated main.html file in a web browser.