Skip to content

its-me-yps/Wordle_Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle_Agent

  • Unzip 5_words.txt.zip to get 5_words.txt
  • Run Pre_Computation.cpp to get "data_file.bin" . (Will take around 2 min)

    Wordle_Algo.cpp
  • Takes a Mystery_Word from 5_words.txt as input .
  • Outputs guess_words until correct guess .

    test.cpp
  • Takes a number as input and then creates a vector of random words from 5_words.txt of that size .
  • Outputs the number of tries taken by each test_word , Average Tries Taken by all test_words and Success Rate (Correct Guess within 6 tries ) .
  • Takes around 30 min for 500 test_words .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages