Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/japanoise/dmap
Brogue-style "Dijkstra" maps in Golang
https://github.com/japanoise/dmap
Last synced: 8 days ago
JSON representation
Brogue-style "Dijkstra" maps in Golang
- Host: GitHub
- URL: https://github.com/japanoise/dmap
- Owner: japanoise
- License: mit
- Created: 2018-12-13T15:14:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T10:51:24.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T16:52:23.379Z (13 days ago)
- Language: Go
- Size: 3.91 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmap - 'Dijkstra' Maps in Golang
[![GoDoc documentation for dmap](https://godoc.org/github.com/japanoise/dmap?status.svg)](https://godoc.org/github.com/japanoise/dmap)
An implementation of the "Dijkstra Map" data structure used in Brogue, invented
(AFAIK) by Brian Walker, the author of Brogue. [See some possible uses for this
on the RogueBasin article.][1] [Documentation here.][2]## Copying
Licensed MIT. If you use it in a commercial game, buy me a beer with the
proceeds :)[1]: http://www.roguebasin.com/index.php?title=The_Incredible_Power_of_Dijkstra_Maps
[2]: https://godoc.org/github.com/japanoise/dmap