Merge pull request #116 from beefsack/master

Added A* path finding algorithm to Game Development
This commit is contained in:
Matt Holt 2014-07-10 18:00:07 -06:00
commit 5b7d4bcf54

View File

@ -162,6 +162,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [GarageEngine](https://github.com/vova616/GarageEngine) - 2d game engine written in Go working on OpenGL.
* [glop](https://github.com/runningwild/glop) - Glop (Game Library Of Power) is a fairly simple cross-platform game library.
* [go3d](https://github.com/ungerik/go3d) - A performance oriented 2D/3D math package for Go
* [go-astar](https://github.com/beefsack/go-astar) - Go implementation of the A* path finding algorithm
## Generation & Generics