Skip to content

A web application designed to accurately guess the daily wordle

Notifications You must be signed in to change notification settings

njhuey/wordlebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordleBot

WordleBot is a program created by Nathan Huey to solve the daily wordle. Originally created as a secret tool to gain a competitive edge against friends, WordleBot has been adapted into a full-stack web app (Next.js/Django).

WordleBot uses positional frequency to evaluate the best guess given previously color-coded words. The process starts with first determining the positional letter frequency for all possible words. Then, it picks the word with the highest combined value for the positional frequency value for each letter. Lastly, the script removes words that are no longer possible based on the color coded response returned by wordle.

Success Rate: 89% Average Number of Guesses Needed: 4.3

Setup Guide

The build process of WordleBot is completely automated using Docker. If you do not have Docker, you can download and install it here.

To use docker to build and run WordleBot:

docker compose up

About

A web application designed to accurately guess the daily wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published