mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #116 from beefsack/master
Added A* path finding algorithm to Game Development
This commit is contained in:
commit
5b7d4bcf54
@ -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.
|
* [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.
|
* [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
|
* [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
|
## Generation & Generics
|
||||||
|
Loading…
Reference in New Issue
Block a user