Advent of TypeScript 2023: Tic tac toe (Day 21)

Fabrizio Duroni
·
Tic tac toe, another classical kata games you can find at a coding dojo. A game that is simple to implement with functions, variables etc. becomes a real challenge when you try to implement it using only types. [...]