Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Voronchuk/hexagons

Hexagonal grids and tools written in Elm language
https://github.com/Voronchuk/hexagons

elm elm-language hexagonal-grids hexagons

Last synced: 5 days ago
JSON representation

Hexagonal grids and tools written in Elm language

Awesome Lists containing this project

README

        

# Hexagons
Hexagonal grids and tools written in Elm language.

Installation:

elm-package install Voronchuk/hexagons

* [API docs](http://package.elm-lang.org/packages/Voronchuk/hexagons/3.1.0)

# Testing
The code was based on [Red Blob Games](http://www.redblobgames.com/grids/hexagons/) material, so tests were written for documentation purposes and use-cases.

Install elm-test package:

npm install -g elm-test

Run tests:

elm-test

# Similar solutions
* [etaque/elm-hexagons](https://github.com/etaque/elm-hexagons)