---
title: "Puppup: C++ crossword game engine"
date: "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](https://en.wikipedia.org/wiki/GADDAG) for move generation.

![Screenshot](https://pics.dllu.net/file/dllu-sc/1485531d49.png)

:: GitHub https://github.com/daniel-lawrence-lu/puppup

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.
