Commit Graph

9 Commits

Author SHA1 Message Date
Savanni D'Gerinel 5486c3ce37 Start on the foundations of a tree-drawing algorithm
I don't actually know what I'm doing. I've done some reading and from
that I'm doing experiments until I can better understand what I've read.
2024-03-25 18:11:03 -04:00
Savanni D'Gerinel 372f1e1e64 Create the drawing area for the review tree 2024-03-25 08:18:36 -04:00
Savanni D'Gerinel 045daea774 Render the board with the completed game state. 2024-03-24 16:16:50 -04:00
Savanni D'Gerinel d6b424d335 Apply moves to the abstract board
To get here, I had to also build some conversion functions and make a
lot of things within the game record public
2024-03-24 11:03:40 -04:00
Savanni D'Gerinel 965223d227 Render the grid of the goban 2024-03-23 23:24:06 -04:00
Savanni D'Gerinel f5429340a1 Set the size of the drawing area 2024-03-23 21:57:56 -04:00
Savanni D'Gerinel d929afed2d Start on the new Goban component 2024-03-23 14:41:50 -04:00
Savanni D'Gerinel 95dc194d5d Create the game review page and work on navigating to it with a navigation stack 2024-03-23 11:21:10 -04:00
Savanni D'Gerinel 48271389ad Rename Kifu to On The Grid 2024-03-22 08:19:14 -04:00