blob: d93af4e2c3892c12e13005fffa78f8d94b355459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
## TODO
- UI Widgets
- [x] Label
- [x] Button
- [ ] Grid
- [x] List
- [x] Box V/H
- [x] Scrollbale vert/horiz
- Basics
- [x] GameScreen
- [x] BoardCamera
- [x] Assets
- [x] LoadingScreen
- [x] Fonts
- [x] HexMap
- [ ] SquareMap
- [ ] 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)
|