Set up a per-game interpretation layer atop the SGF, and bind all games together in a `Game` data structure
5a471a3dbf
Add the SGF file to the Go game structure
92ca170a24
Switch from GameTree to go::Game in Kifu
d79598eaa3
Remove the GameTree data structure
9533934e05
Remove lifetime and borrows from the error type
b9808a1862
Introduce the Game data structure
savanni
deleted branch feature/sgf-interpretation-layer from savanni/monorepo
2023-07-27 22:20:24 +00:00
Set up a per-game interpretation layer atop the SGF, and bind all games together in a
Game
data structure
savanni
created branch feature/sgf-interpretation-layer in savanni/monorepo
2023-07-27 00:29:55 +00:00
92ca170a24
Switch from GameTree to go::Game in Kifu
d79598eaa3
Remove the GameTree data structure
9533934e05
Remove lifetime and borrows from the error type
b9808a1862
Introduce the Game data structure
c51fced23a
Rename go-sgf to sgf. Add make instructions
23011aacc0
Add the CodingTogether hashtag
bce5659ceb
Add a pen which paints glow effects
Add a glow effect to the cyberpunk-splash line drawing
Add a glow effect to the cyberpunk-splash line drawing
Set up SGF reading and start on the game database
084a558740
Start showing the list of games in the database
744511a552
Set up test code that loads the games database
c8d21d0e25
Make it possible to share a gametree across the API
1b9a8eee67
Rename new_game to home
741f963606
Finish filling out all of the basic game info
Set up SGF reading and start on the game database
Follow-up work:
- Create tree traversal and edit functions on an SGF file: https://www.pivotaltracker.com/story/show/185698259
- Create a GameTree trait: https://www.pivotaltracker.com/story/sh…
Set up SGF reading and start on the game database
084a558740
Start showing the list of games in the database
744511a552
Set up test code that loads the games database
c8d21d0e25
Make it possible to share a gametree across the API
1b9a8eee67
Rename new_game to home