Puppup: C++ crossword game engine

2019-01-01

A crossword game engine for games such as Scrabble and Words with Friends, featuring a fast C++14 implementation of a GADDAG for move generation.

FIGURE 1 Screenshot

GitHub

Currently there is no static evaluation. There is a prototype Monte-Carlo sampling method for evaluating win probability, but it is still work in progress.