# Attribution

Sudoku Race uses the shared multiplayer framework and shared-ui design system from this monorepo.

Puzzle generation and solving use Norvig-style constraint propagation (see https://www.norvig.com/sudoku.html), ported to TypeScript for this game.
