summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3381d40..2f8f07c 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,11 @@ test maps made with [hexmap](https://github.com/jeremyz/hexmap) a [gimp](https:/
- [x] 3D Line Of Sight
- [x] Reachable Tiles ::: BFS
- [x] Shortest Path ::: A*
- - [ ] Range Of Influence (LOS - Fire Power)
+ - [x] Range Of Influence (LOS - Fire Power)
- [ ] Battle lines (Kruskal + farthest apart units are the flank units)
## screenshots
![Line Of Sight](data/los.gif)
![Possible Move - Shortest Path](data/move.gif)
+![Range Of Influence Path](data/influence.gif)