From 50b8f6dc4e338e858d81577c5c742acd8c95dd5e Mon Sep 17 00:00:00 2001 From: Michael Alexander Date: Fri, 11 Jul 2014 09:35:36 +1000 Subject: [PATCH] Added A* path finding algorithm to Game Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dca8b3..83d1079 100644 --- a/README.md +++ b/README.md @@ -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