Type in the word you want it to find. Trust me, it doesn't cheat lol. How it works: Based on the guess, it finds out 2 things: a) If the letter is in the word (yellow/grey), and if yes: b) If the letter is in the correct slot (yellow/green) Using that information, it updates its list of possible words, and finds the best guess by going through the following steps: 1. Removing possible words that have 2 of the same letter 2. Assigning each letter a point (reverse order of commonness), and adding up each letter in a word to give a word a score 3. If words are still tied (ex. alter, later, and alert at the start), it just uses randomness for now Thanks for playing!
Saw a youtube video that inspired me. Most of the thought process is original, just had to get the words and look up a list of how common each letter was- nothing much really. Sorry for no UI yet. I will make it look decent eventually lol.