Releases: XanderG2/wordle-clone
Releases · XanderG2/wordle-clone
Version 1.0.4
Version 1.0.3
Removes emojis in favour of plaintext.
Version 1.0.2
This update adds a range of lengths of words for the letter selector, making it easier to select the amount of letters in the word you want to guess.
Version 1.0.1
Fixes issue with dev mode not working.
Version 1
This is the first release of my console version of wordle.
This uses a very long list of words that I got from dwyl/english-words/words_alpha.txt
This uses regular wordle rules, with the ability to select length of word.
Includes a version for background colouring (using ANSI escape codes), and a version with emojis (for consoles that can't render background colours).
Built using PyInstaller.