Python

Metuchen Wordle

12 points

Introduction

This program allows the user to play Wordle.

 

Videos

The video below shows a run of the program. The video includes audio.

 

Starting Point

Download Wordle1.py as a starting point for the project. The file guides you towards completing the program. Also download wordlist.txt, which is the project's input file.

 

Extra Credit

As mentioned above, you can write an extra-credit version. The extra-credit options are:

1. (2 points)
Allow the user to choose between a) using only 5-letter words, or
b) using 4, 5 or 6-letter words.

2. (3 points)
Allow the user to choose between a) using only words that appear in the list of words that the program uses, or
b) using any combination of letters that the user chooses.

3. (3 points)
Allow the user to choose how many guesses the user gets.
One option is to allow an unlimited number of guesses.

 

The video below shows the extra-credit version of Wordle. The video includes audio.