OJD database committing support
[eidogo-ojd.git] / doc / outline.txt
blob48a1efa8049dba0f15c186738d2d9be88331c4b1
1 game tree:
2 - stored (SGF, JSON)
3 - live (rich family information)
4 - navigable (cursor)
6 board
7 - stones
8 - markers
9 - captures
10 - cache
11 - renderer
13 rules
14 - captures
15 - ko
17 replayer
18 - game state
19   - current tree location (cursor)
20   - meta information (captures, move number, turn)
21   - board contents (stones, markers)
22 - variations
23 - controls