summaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: 6479a881a157f71f9ce90b4e2511648ba138b51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## TODO
 - UI widgets
    - Grid

 - Algos
    - Line Of Sight
    - Range Of Influence (LOS - Fire Power)
    - Reachable Tiles ::: BFS
    - Shortest Path ::: A*
    - Battle lines (Kruskal + farthest apart units are the flank units)

 - TriangleMap
    - Distance

 - CircleMap
    - everything