blob: 6d427b96007273526f43ab2355b15f48e0b499f3 (
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] Scrollable V/H
- 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
- [x] Shortest Path ::: A*
- [ ] Range Of Influence (LOS - Fire Power)
- [ ] Battle lines (Kruskal + farthest apart units are the flank units)
|