Skip to content

A Python/NumPy implementation of 3Blue1Brown's information-theoretic Wordle Bot--with some improvements. Scores ~3.5 on average.

Notifications You must be signed in to change notification settings

alipatti/wordle-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Bot

A Python/NumPy implementation of 3Blue1Brown's information-theoretic Wordle Bot--with some improvements. Scores ~3.5 on average.

DISCLAIMER: This is horribly inefficient and probably incorrect. There exist better implementations.

Example usage

❯ python main.py

----- 1 (meaty) -----
soare   xxgxy   27
depth   xgxgx   1
Guessed meaty and won in 3 turns.
----- 2 (alpha) -----
soare   xxyxx   146
clint   xgxxx   3
aback   yxxxx   1
Guessed alpha and won in 4 turns.
----- 3 (glyph) -----
soare   xxxxx   183
linch   yxxxg   1
Guessed glyph and won in 3 turns.

        .
        .
        .

About

A Python/NumPy implementation of 3Blue1Brown's information-theoretic Wordle Bot--with some improvements. Scores ~3.5 on average.

Resources

Stars

Watchers

Forks