Skip to content

A python script implementation of the classic word-guessing game, Wordle.

Notifications You must be signed in to change notification settings

caydnbaldwin/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Wordle

A python script implementation of the classic word-guessing game, Wordle.

Instructions

Users aim to guess a secret word with a specified number of attempts. After each guess, the program provides feedback using symbols (i.e., ! for correct letters in the correct position, ? for correct letters in the wrong position or a repeated correct letter in the correct position, and * for letters not in the word. The game ends when the player guesses the word or runs out of attempts.

Application

This program offers an entertaining version of Wordle while establishing familiarity with the command-line.

Download and Run

  1. Download and extract the root directory
  2. Build and run Dockerfile
  3. Configure the tests in the test_files subdirectory
  4. Run test_wordle.py
  5. Run wordle.py and real_wordle.py

About

A python script implementation of the classic word-guessing game, Wordle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published