domino14 / macondo

A crossword board game AI, written in Go
https://domino14.github.io/macondo
GNU General Public License v3.0
48 stars 10 forks source link

cgp spec and implementation should also use `[ ]` characters for racks, not just the board #291

Open domino14 opened 10 months ago

domino14 commented 10 months ago

multi-char tiles in racks should be delimited with [ ] as well. Migration in place will break if we have anyone playing Catalan with BestBot so make sure a fix doesn't get deployed if this is happening.

domino14 commented 9 months ago