Skip to content

cjgb/wordle-es-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solve the Spanish daily Wordle game

The repo contains code in both R and Python to solve the daily Wordle game in Spanish.

Usage

Both scripts have the same interface:

python wordle.py furor
python wordle.py furor aireo

Rscript wordle.R furor
Rscript wordle.R furor aireo

Notes

  • The second argument (optional) is the first candidate. The default is seria.
  • Both scripts implement the very same algorithm on the very same data.
  • Code will not break gracefully in case of errors (say, if your candidate has more than five characters).

About

Code to solve the Spanish daily Wordle game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages