Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 547 Bytes

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