Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.99 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.99 KB

Project Wordle

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.


Team Members:

  • Crăciun Alexandru-Emilian, Group 134
  • Negrescu Theodor, Group 151

Statistics:


References:


GUI Documentation