December Twelfth
12 Dec 2023 - Daniel Ramirez
Break the game right before bed
Wins
Couple of feature/bugs have been completed/resolved. Moves in the guess list are rendered using valid notation so you can actually see the visual connection between what is being selected and what is being accepted by the system. Also, the game pays attention to your first character of input instead of giving a free pass.
Board flipping exists! And has introduced a whole new class of problems that I had not accounted for.
Found the crash instantly key-combo:
Notes
I spent a bit more time than I would have liked distracted looking the projects/github profiles/personal websites of some of the authors of packages I am using. I was getting a little discourage cause these developers have done so much. But, I can only work from where I am at. I cannot start a cool project like charmbracelet in jan 2020 cause it just isnβt jan 2020.
Next
- highlighting
- flip highlighting logic along side board flipping
- highlight moves that involve capturing
- autocomplete
- guess menu cuts off for long lists, namely the queen
- command line args that accept FEN string for board init
- consider using cobra and/or viper (cli args tooling)