Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.05 KB

README.md

File metadata and controls

62 lines (42 loc) · 2.05 KB

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