Skip to content

Jayspie/WORDLE.CMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle.CMD

Wordle.CMD

Is the disappointing cousin you didn’t ask for, but got anyway.
It runs in your terminal on macOS, Windows, and Linux.


✨ Features

  • Randomly selects a 5-letter word from english.txt
  • 5 attempts to guess the word
  • Color-coded feedback:
    • 🟩 Green = correct letter, correct spot
    • 🟨 Yellow = correct letter, wrong spot
    • ⬜ Normal = not in the word
  • Win screen 🎉 or reveal at the end
  • Runs in your terminal, no browser required!

🛠️ How to Play

  1. Run the program.
  2. Type your 5-letter guess.
  3. Watch the colors:
    • 🟩 = right letter, right spot
    • 🟨 = right letter, wrong spot
    • ⬜ = nope
  4. You have 5 tries to guess the word.

📦 Build Instructions

macOS / Linux

Make sure you have g++ installed:

g++ -std=c++11 -o wordle main.cpp
./wordle

Window

g++ -std=c++11 -o wordle.exe main.cpp
wordle.exe

About

the disappointing cousin you didn’t ask for

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages