Skip to content

MF4rhan/Project-1stSemester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordle

A terminal-based Wordle clone -> guess a random 5-letter word in 6 tries. Features color-coded feedback (green/yellow/grey), a positional hint, word validation against a 5,757-word list, and a score system.

How to Run

  1. Compile: gcc Wordle.c -o Wordle
  2. Make sure WordsList.txt is in the same directory
  3. Run: Wordle.exe

Note: Windows only. See top of Wordle.c for Linux porting notes.

Made by

@MF4rhan & @farazcmd

About

A terminal-based Wordle clone in C. Guess a random 5-letter word in 6 tries. Features color-coded feedback (green/yellow/grey), a positional hint, word validation against a 5,757-word list, and a score system. Built during 1st semester at FAST-NUCES Karachi by @MF4rhan & @Farazcmd.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages