diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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) |