summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-06-30 09:06:37 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2020-06-30 09:06:37 +0200
commitf5ef7e7c12ca0460b5f61b2860c7ed9a0c89d724 (patch)
treece2ad4014810772554b3a3cf7c34e8dbefcbd221
parent49fcc1a63b6cf7655b29be7b9760acfd97e95968 (diff)
downloadgdx-boardgame-f5ef7e7c12ca0460b5f61b2860c7ed9a0c89d724.zip
gdx-boardgame-f5ef7e7c12ca0460b5f61b2860c7ed9a0c89d724.tar.gz
update TODO
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index d0642eb..6d427b9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -23,6 +23,6 @@
- [x] Adjacents
- [x] 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)