Skip to content

Voronchuk/hexagons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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