Voronchuk/hexagons - version: 3.1.0

for more information visit the package's GitHub page

Package contains the following modules:

Hexagons

Hexagonal grids and tools written in Elm language.

Installation:

elm-package install Voronchuk/hexagons

Testing

The code was based on Red Blob Games 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