diff options
-rw-r--r-- | TODO.md | 33 |
1 files changed, 25 insertions, 8 deletions
@@ -1,11 +1,28 @@ ## TODO - - UI widgets - - Grid + - UI Widgets + - [x] Label + - [x] Button + - [ ] Grid + - [x] List + - [x] Box V/H + - [x] Scrollbale vert/horiz - - Algos - - Shortest Path ::: A* - - Range Of Influence (LOS - Fire Power) - - Battle lines (Kruskal + farthest apart units are the flank units) + - Basics + - [x] GameScreen + - [x] BoardCamera + - [x] Assets + - [x] LoadingScreen + - [x] Fonts + - [x] HexMap + - [ ] SquareMap + - [ ] TriangleMap + - [ ] CircleMap - - TriangleMap ??? - - CircleMap ??? + - Algos + - [x] Distance + - [x] Adjacents + - [x] Line Of Sight + - [x] Reachable Tiles ::: BFS + - [ ] Shortest Path ::: A* + - [ ] Range Of Influence (LOS - Fire Power) + - [ ] Battle lines (Kruskal + farthest apart units are the flank units) |