Skip to content

Releases: XanderG2/wordle-clone

Version 1.0.4

12 Feb 18:05

Choose a tag to compare

This update adds a way to give up.

Version 1.0.3

11 Feb 19:19

Choose a tag to compare

Removes emojis in favour of plaintext.

Version 1.0.2

10 Feb 16:07

Choose a tag to compare

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

08 Feb 22:19

Choose a tag to compare

Fixes issue with dev mode not working.

Version 1

08 Feb 14:51

Choose a tag to compare

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.