summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-06-09 10:16:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2020-06-09 10:16:17 +0200
commit2ec2ea08ddd5ef3177ca774f9d253730e8171c3a (patch)
tree3b3cc8371f39bcfd91cddff7c3b340064e877b3a /TODO.md
parent80a229ebc8f1546c5c5bb378089eb7b5cab65f9d (diff)
downloadgdx-boardgame-2ec2ea08ddd5ef3177ca774f9d253730e8171c3a.zip
gdx-boardgame-2ec2ea08ddd5ef3177ca774f9d253730e8171c3a.tar.gz
update TODO
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)