summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TODO.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 31b55ad..b85c5c8 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ base map made with [gimp](https://www.gimp.org) and my plugin [hexmap](https://g
- moveable, zoomable board with tile identification on touch
- moveable, orientable pieces
- various animations
- - path, movement, line of sight computation
+ - 3D line of sight, possible moves, shortest path
## screenshots
diff --git a/TODO.md b/TODO.md
index 6d427b9..b758c93 100644
--- a/TODO.md
+++ b/TODO.md
@@ -21,7 +21,7 @@
- Algos
- [x] Distance
- [x] Adjacents
- - [x] Line Of Sight
+ - [x] 3D Line Of Sight
- [x] Reachable Tiles ::: BFS
- [x] Shortest Path ::: A*
- [ ] Range Of Influence (LOS - Fire Power)