summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-07-10 10:39:06 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2020-07-10 10:39:06 +0200
commit09c8cce13d65cd21445d7346ea819b0802d84bfa (patch)
tree0cabb16c21ac4fae25b27c216a0d7c7919eafc8b
parent1891f67ce9325ea8511301658b003ee4cc68301d (diff)
downloadgdx-boardgame-09c8cce13d65cd21445d7346ea819b0802d84bfa.zip
gdx-boardgame-09c8cce13d65cd21445d7346ea819b0802d84bfa.tar.gz
README update
-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)