summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md33
1 files changed, 25 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md
index 28d4f54..d93af4e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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)