Hacker News new | ask | show | jobs
by luck_fenovo 3407 days ago
This is a great resource that helped me for learning Dijkstra's algorithm and A* when I was learning about graphs in general, not just for game programming.
2 comments

The post on programming hex grids is another really good one
I've actually written one based on his guide: https://github.com/Hexworks/hexameter
Neat. Bookmarked
ditto. Came here to say the same. Excellent posts.