Play at wooordle.webpro.nl
Local development:
bun run prebuild # once
bun run dev
Use Bun, tsx or Node.js:
bun simulations/solve-random-word.ts
npx tsx simulations/solve-random-word.ts
node --experimental-strip-types --disable-warning=ExperimentalWarning simulations/solve-random-word.ts
Other available simulations:
bun simulations/find-best-words.ts
bun simulations/find-possible-words.ts
- Runs 2315 games with English 5-letter words
- Dutch and 6-letter word listsre also available
- Dimitris Bertsimas and Alex Paskov
- Article: An Exact and Interpretable Solution to Wordle
- Optimal Wordle
- Average: 3.42
- Martin Konicek
- Article: Solving Wordle with Python
- GitHub: https://github.com/mkonicek/wordle
- Average: 3.556-3.769
- Lars Kappert
- GitHub: ./strategies/find-best-words.ts
- Average: 3.60