feat: initial minimax implementation (quite slow!)

This commit is contained in:
wi11-holdsworth 2025-10-03 12:58:05 +10:00
parent ede394ac39
commit 91a65cdb60
2 changed files with 17 additions and 2 deletions

1
guesses.txt Normal file
View file

@ -0,0 +1 @@
[[""A1"","A3","B2"],["A1","B2","B3"],["A1","B2","D3"],["A1","B2","E3"],["A1","B2","F3"],["A1","B2","G3"],["A1","C2","C3"],["A1","C3","D2"],["A1","C3","E2"],["A1","C3","F2"],["A1","C3","G2"],["B1","B2","C3"],["B2","C1","C3"],["B2","C3","D1"],["B2","C3","E1"],["B2","C3","F1"],["B2","C3","G1"]]