Assignment:
This program implements a version of the popular game "Wordle". It asks the users to input a file name from where to extract words, and creates a wordlist. The program reads the text files and only extracts word with 5 letters. Additionally, it only extracts words with no duplicate letters. If an "answer" is provided it will use that as the the correct answer otherwise it picks a random word from wordlist. It then allows user to guess six times. Guesses must be from the allowed wordlist and the program will tell you if they're not. After guessing, the program will tell the user if a letter doesn't appears in the word, if a letter is correct and in the correct place, and if a letter is correct but in the wrong place.
Download available below!
Copyright © 2023 Marco Vega - All Rights Reserved.
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.