diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-06-09 10:16:17 +0200 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-06-09 10:16:17 +0200 |
| commit | 2ec2ea08ddd5ef3177ca774f9d253730e8171c3a (patch) | |
| tree | 3b3cc8371f39bcfd91cddff7c3b340064e877b3a | |
| parent | 80a229ebc8f1546c5c5bb378089eb7b5cab65f9d (diff) | |
| download | gdx-boardgame-2ec2ea08ddd5ef3177ca774f9d253730e8171c3a.zip gdx-boardgame-2ec2ea08ddd5ef3177ca774f9d253730e8171c3a.tar.gz | |
update TODO
| -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) |
