diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-10 10:39:06 +0200 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-10 10:39:06 +0200 |
| commit | 09c8cce13d65cd21445d7346ea819b0802d84bfa (patch) | |
| tree | 0cabb16c21ac4fae25b27c216a0d7c7919eafc8b | |
| parent | 1891f67ce9325ea8511301658b003ee4cc68301d (diff) | |
| download | gdx-boardgame-09c8cce13d65cd21445d7346ea819b0802d84bfa.zip gdx-boardgame-09c8cce13d65cd21445d7346ea819b0802d84bfa.tar.gz | |
README update
| -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) |
