woctezuma / 3b1b-wordle-solver

Solve Wordle and Dungleon puzzles with information theory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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