Add astar package

This commit is contained in:
James 2015-06-08 18:05:47 -07:00
parent 6f418d08f2
commit f8efc6ad4c

View File

@ -1659,5 +1659,14 @@
"description": "Control AnyBar instances with Nim",
"license": "MIT",
"web": "https://github.com/rgv151/anybar.nim"
},
{
"name": "astar",
"url": "https://github.com/Nycto/AStarNim",
"method": "git",
"tags": ["astar", "A*", "pathfinding", "algorithm"],
"description": "A* Pathfinding",
"license": "MIT",
"web": "https://github.com/Nycto/AStarNim"
}
]