A crossword board game solver. It may be the best one in the world (so far).
Current master build status:
A crossword board game is a board game where you take turns creating crosswords with one or more players. Some examples are:
- Scrabble™️ Brand Crossword Game
- Words with Friends
- Lexulous
- Yahoo! Literati (defunct)
See the manual and information here:
https://domino14.github.io/macondo
To generate pb files, run this in the macondo directory:
protoc --go_out=gen --go_opt=paths=source_relative ./api/proto/macondo/macondo.proto
Make sure you have done
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
(Notes mostly for myself)
Tag the release; i.e. git tag vX.Y.Z
, then git push --tags
. This will kick off a github action that builds and uploads the latest binaries. Then you should generate some release notes manually.
Wolges-awsm is Copyright (C) 2020-2022 Andy Kurnia and released under the MIT license. It can be found at https://github.com/andy-k/wolges-awsm/. Macondo interfaces with it as a server.
KLV and KWG are Andy Kurnia's leave and word graph formats. They are small and fast! See more info at https://github.com/andy-k/wolges
Some of the code for the endgame solver was influenced by the MIT-licensed Chess solver Blunder. See code at https://github.com/algerbrex/blunder