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
- Host: GitHub
- URL: https://github.com/sshine/elm-hexmaze
- Owner: sshine
- Created: 2020-02-18T23:02:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T09:39:36.000Z (over 6 years ago)
- Last Synced: 2025-03-30T05:44:28.171Z (about 1 year ago)
- Language: Elm
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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