summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-07-11 00:08:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2020-07-11 00:08:17 +0200
commitd52b450b2dcfaa8bc1c78da328e568dcd5fc33a6 (patch)
tree548d95c837e7c48fa79a0980d933e9788f55159b /README.md
parent7fca7e65985deb24d51041d30fb8ea6ed2bd8571 (diff)
downloadgodot-hexgrid-d52b450b2dcfaa8bc1c78da328e568dcd5fc33a6.zip
godot-hexgrid-d52b450b2dcfaa8bc1c78da328e568dcd5fc33a6.tar.gz
implement shortest path
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 129bdc6..b05f144 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ base map made with [gimp](https://www.gimp.org) and my plugin [hexmap](https://g
- [x] Adjacents
- [x] 3D Line Of Sight
- [x] Reachable Tiles ::: BFS
- - [ ] Shortest Path ::: A*
+ - [x] Shortest Path ::: A*
- [ ] Range Of Influence (LOS - Fire Power)
- [ ] Battle lines (Kruskal + farthest apart units are the flank units)