Wordle game basic bot and algorithm..
Do the following to clone and start the project.
- $ git clone https://github.com/bisevac/wordle-bot
- $ npm install
- start
- start-tr
- start-tr-full
- start-en
- start-en-full
- test-algorithm
# | Word Count | Test Count | Win Total | Lose Total | Avg Win Level |
---|---|---|---|---|---|
EN Selected Word | 2309 | 1000 | 989 | 11 | 3.94863036 |
EN Full Word | 12947 | 1000 | 894 | 106 | 4.53321065 |
TR Selected Word | 4599 | 1000 | 943 | 57 | 4.31491689 |
TR Full Word | 10131 | 1000 | 936 | 64 | 4.41410917 |