๐ก Wordln't is a Wordle-like game created with vanilla JS/HTML/CSS
๐ Guess the mystery word in 6 guesses or less to win.
โช Means the letter is not in the word
๐ก Means the letter is in the word but in a different position
๐ข Means the letter is in the word in that exact position!
๐ด Means the word is not contemplated in-game
๐ญ It used to implement an API model to retrieve the words but a simple txt with the words choosing randomly did it, so there was no need to further complicate the functionality.
๐ Words credit: CFreshman on GitHub: <script src="https://gist.github.com/cfreshman/a7b776506c73284511034e63af1017ee.js"