Skip to content

woctezuma/3b1b-wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3b1b's Wordle solver

Code Quality

This repository contains Python code to solve Wordle puzzles with information theory.

Requirements

  • Install the latest version of Python 3.X (at least version 3.10).
  • Install the required packages:
pip install -r requirements.txt

Usage

To print an exhaustive list of command-line arguments, run:

python simulations.py --help

Choose the game with --game-name:

python simulations.py --game-name wordle
python simulations.py --game-name dungleon

Alternatively, run wordle_solver.ipynb Open In Colab

Results

Results are shown on the Wiki.

References