Skip to content

qqq201/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver

A Wordle solver using Shannon Entropy motivated by 3Blue1Brown with the updated word list including 12947 valid guesses and 2309 possible answers.

Functionalities

The solver has 2 options:

  • Using 2309 possibile answers with a uniform distribution
  • Using 12947 valid words with refined relative frequency

    The relative frequency of each words is fetched from Google Books Ngram Viewer and taken the average from 2010 to 2019.
    Top 4000 words will be considered as more common words and more likely to be the answer. Hence, the possibility of these words will be ranged from 50% to 98% acquired through the sigmoid function.

Install and deploy

Server

  • npm i: Installs required packages

  • npm start: Runs the server

Client

  • npm i: Installs required packages

  • npm start: Runs the application. Open http://localhost:3000 to view it in your browser. The page will reload if you make edits.

About

A solver for Wordle using Entropy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published