blob: 7ebfbdae80e82e3375cc8c039ae44a47b1ac8f87 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | fix commit names
fix resize issues
Board
    - build possible moves List<GridPoint3>
    - build possible attacks List<GridPoint3>
    - build possible assits List<PawnGridPoint3 ??>
    - add debug mode: click out of mpa -> circle through show ROADS TOWN HILLS
    - support Orientation offset
    - support inverted even/odd row scheme
Tile
    - automatic overlays to show unit stack depth
Pawn
    - public abstract boolean isUnit(); => unit stack depth
might think about decorator pattern for overlays
 |