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

https://github.com/sshine/elm-hexmaze

Toying around with hexagonal mazes in Elm
https://github.com/sshine/elm-hexmaze

Last synced: 12 months ago
JSON representation

Toying around with hexagonal mazes in Elm

Awesome Lists containing this project

README

          

# elm-hexmaze

Upon reading RedBlobGames' guide to [hexagonal grids][redblobgames], I wondered
if someone had made a package available for rendering hexagonal mazes with Elm.
The answer was yes. The heavy lifting is performed by Vyacheslav Voronchuk in
[Voronchuk/hexagons][voronchuk].

```
$ make
```

[redblobgames]: https://www.redblobgames.com/grids/hexagons/
[voronchuk]: https://github.com/Voronchuk/hexagons