Commit Graph

180 Commits

Author SHA1 Message Date
Savanni D'Gerinel 7521fdf2e9 Remove a bunch of Makefiles 2023-08-07 16:24:09 -04:00
Savanni D'Gerinel 43281c4dd3 Improve the clean command 2023-08-07 16:20:18 -04:00
Savanni D'Gerinel b6b371d7d4 Add changeset 2023-08-07 16:11:35 -04:00
Savanni D'Gerinel 09e5f88dd4 Add the SGF library 2023-08-07 16:10:08 -04:00
Savanni D'Gerinel 69d838b755 Add the flow library 2023-08-07 16:09:36 -04:00
Savanni D'Gerinel b4f3fc1db6 Add coordinates library 2023-08-07 16:09:10 -04:00
Savanni D'Gerinel e4a6cb2f72 Add emseries 2023-08-07 16:07:53 -04:00
Savanni D'Gerinel 0cc232c3b5 Add screenplay 2023-08-07 16:06:38 -04:00
Savanni D'Gerinel 5e56a56dd8 Add the cyberpunk-splash tool to the build tools 2023-08-07 16:02:41 -04:00
Savanni D'Gerinel 919d242daa Add fluent-ergonomics, geo-types, and memorycache to the workspace 2023-08-07 15:21:48 -04:00
Savanni D'Gerinel 11ca8661fa improve the interface for the build script 2023-08-07 15:14:14 -04:00
Savanni D'Gerinel 7ebbbfd03b Set up a root build command 2023-08-07 14:52:53 -04:00
Savanni D'Gerinel 38443f4120 Remove the flake.nix package exports. Start on a Rust builder 2023-08-07 14:52:52 -04:00
Savanni D'Gerinel 52ae75ca5c add tests for days of the week 2023-08-03 22:11:11 -04:00
Savanni D'Gerinel a1cae2ed2b Recreate the dashboard as a command line app 2023-08-03 00:31:04 -04:00
Savanni D'Gerinel 1ac7ce43f2 Add IFC month retrieval 2023-08-03 00:25:23 -04:00
Savanni D'Gerinel fa8391cea0 Get tests passing again 2023-08-02 22:44:10 -04:00
Savanni D'Gerinel 169032a637 Add my old dashboard application
Not a complete app since parts of Fluent are no longer compatible with Tokio and need some updating
2023-07-28 23:26:44 -04:00
Savanni D'Gerinel e0a97878e8 Remove build targets 2023-07-28 23:23:25 -04:00
Savanni D'Gerinel 9ba402d54f Remove some old dependencies from ifc 2023-07-28 23:21:58 -04:00
Savanni D'Gerinel 58d9a12e9f Convert from IFC back to Gregorian 2023-07-28 23:17:14 -04:00
Savanni D'Gerinel 08029a2afd add conversion from Gregorian 2023-07-28 23:17:14 -04:00
Savanni D'Gerinel d4fc937613 Totally rebuild the IFC data structure
Wish I understood what I was thinking and what my thoughts were about with respect to the API.
2023-07-28 23:17:12 -04:00
Savanni D'Gerinel 9130aa5c77 Set up a hydra job for the cyberpunk splash page 2023-07-28 15:02:33 -04:00
Savanni D'Gerinel 5a471a3dbf Add the SGF file to the Go game structure 2023-07-26 20:53:21 -04:00
Savanni D'Gerinel 92ca170a24 Switch from GameTree to go::Game in Kifu 2023-07-26 20:29:12 -04:00
Savanni D'Gerinel d79598eaa3 Remove the GameTree data structure 2023-07-26 20:24:05 -04:00
Savanni D'Gerinel 9533934e05 Remove lifetime and borrows from the error type 2023-07-26 20:15:22 -04:00
Savanni D'Gerinel b9808a1862 Introduce the Game data structure 2023-07-26 19:33:50 -04:00
Savanni D'Gerinel c51fced23a Rename go-sgf to sgf. Add make instructions 2023-07-26 19:06:59 -04:00
Savanni D'Gerinel 23011aacc0 Add the CodingTogether hashtag 2023-07-26 13:59:22 +00:00
Savanni D'Gerinel bce5659ceb Add a pen which paints glow effects 2023-07-26 13:59:22 +00:00
Savanni D'Gerinel 084a558740 Start showing the list of games in the database 2023-07-25 23:27:36 -04:00
Savanni D'Gerinel 744511a552 Set up test code that loads the games database 2023-07-25 22:49:43 -04:00
Savanni D'Gerinel c8d21d0e25 Make it possible to share a gametree across the API 2023-07-25 21:08:22 -04:00
Savanni D'Gerinel 1b9a8eee67 Rename new_game to home 2023-07-24 19:43:22 -04:00
Savanni D'Gerinel 741f963606 Finish filling out all of the basic game info 2023-07-22 00:15:17 -04:00
Savanni D'Gerinel 82deabce48 Add a lot of the date parsing 2023-07-21 23:48:05 -04:00
Savanni D'Gerinel 4b30bf288a Make GameResult parsing slightly more flexible 2023-07-21 10:47:30 -04:00
Savanni D'Gerinel 96c6f2dfbf Start parsing game information 2023-07-20 23:22:00 -04:00
Savanni D'Gerinel 90b0f830e0 Start building an interface to the database 2023-07-20 00:55:24 -04:00
Savanni D'Gerinel e3957a5dbe Allow newlines and whitespace in more sequence locations 2023-07-20 00:42:49 -04:00
Savanni D'Gerinel ba814fd899 Add example games for tests 2023-07-20 00:16:18 -04:00
Savanni D'Gerinel 9137909a64 Start interpreting a tree as a game of Go 2023-07-20 00:00:25 -04:00
Savanni D'Gerinel 12f4f9dde6 Parse soft newlines and escaped closing brackets in propvals 2023-07-20 00:00:25 -04:00
Savanni D'Gerinel fd4c6ff935 Extract out parse_propval_text 2023-07-20 00:00:25 -04:00
Savanni D'Gerinel 3cca3a7f89 Add more test cases and try to handle linebreaks 2023-07-20 00:00:25 -04:00
Savanni D'Gerinel 4fd07b240e Add tests for collections 2023-07-20 00:00:25 -04:00
Savanni D'Gerinel 2469cd78fa Start parsing data into a GameTree 2023-07-20 00:00:25 -04:00
Savanni D'Gerinel f24fb5eae9 Reserialize a game tree 2023-07-20 00:00:25 -04:00