summaryrefslogtreecommitdiffstats
path: root/README.md
blob: cfb46e7fb4efb0434a089538d589fee324e19636 (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
# this file is currently used as task reminder

## TODO
 - UI widgets
    - list
    - scrollbale vert/horiz 
 - Pawn Animations
 - Algos
    - Distance
    - Adjacents
    - Line Of Sight
    - Reachable Tiles ::: BFS
    - Shortest Path ::: A*
 - CircleMap

## DONE
 - SquareMap
 - HexMap
 - TriangleMap
 - UI widgets
 - GameScreen
 - BoardCamera
 - Assets
 - LoadingScreen
 - Fonts