High Complexity / TS 5.3+

wordle.ts

A complete Wordle game evaluated entirely in the type checker: daily word lookup, per-tile green/yellow/gray scoring, validation, and win/lose screens, all rendered as an ASCII board.

Edit the source on the left. As you type, the type checker re-evaluates and prints the fully-resolved value of each concrete type alias on the right.

wordle.ts
TS 5.9
Compiler Output View
Booting TypeScript…