This project is a clone of the web-based game Wordle, owned and published by The New York Times.
As opposed to the original game, our database of words is included in cuvinte_wordle.txt and we have an unlimited number of guesses.
In wordle.py you can play the game (the buggy behaviour one) and guess the word. Btw, you have an unlimited number of guesses :D
With solver.py, you can see how the computer takes "the best" approach to guess any word from the database.
- Crăciun Alexandru-Emilian, Group 134
- Negrescu Theodor, Group 151
- Solutions for every word in the database
- Avg. number of guesses: 4.273005063733193
- Wordle Game - NY Times
- Solving Wordle using information theory - 3Blue1Brown
- Buggy Behaviour vs Official Wordle Rules - 3Blue1Brown
- Multiprocessing in Python: Process Communication - LucidProgramming
- Jonathan Olsen's take on the optimal opener
- Jonathan Olsen's Wordle Solver
- Unicode Characters Used
- Project Scheme (In Romanian)