Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Voronchuk/hexagons
- Owner: Voronchuk
- License: mit
- Created: 2016-02-26T16:54:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T20:53:42.000Z (over 3 years ago)
- Last Synced: 2024-10-30T19:42:42.907Z (9 days ago)
- Topics: elm, elm-language, hexagonal-grids, hexagons
- Language: Elm
- Size: 33.2 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Voronchuk/hexagons - Hexagonal grids and tools written in Elm language (others)
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)