aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames <NyctoFixer@gmail.com>2015-06-08 18:05:47 -0700
committerJames <NyctoFixer@gmail.com>2015-06-08 18:05:47 -0700
commitf8efc6ad4cb5a024256f178cc3046ddb1bd0f98c (patch)
tree0086c965c3983e8974641cf1215324c84642e33d
parent6f418d08f2338cb319741728616bcfab2b7d0c49 (diff)
downloadpackages-f8efc6ad4cb5a024256f178cc3046ddb1bd0f98c.tar.gz
packages-f8efc6ad4cb5a024256f178cc3046ddb1bd0f98c.zip
Add astar package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 49c127c..c3caa3e 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]