Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Simple Wordle Game (Terminal-based)

A simple terminal-based Wordle game written in Python.

🧠 How It Works

  • Randomly picks a 5-letter word from /usr/share/dict/words.
  • You have 6 attempts to guess the correct word.
  • After each guess, you'll get color-coded feedback:
    • 🟩 Green – correct letter in the correct position
    • 🟨 Yellow – correct letter in the wrong position
    • Black – incorrect letter

▶️ Run the Game

From the root directory:

python -m src.main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages