Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle.c

Wordle game written in C in less than 200 loc. Game Screenshot

Getting started

Clone the repository by running

git clone https://github.com/nnevskij/wordle.c.git

Then, compile:

cd wordle.c
gcc wordle.c -o wordle

And run:

./wordle

Advanced options

You can customize the game difficulty using flags:

  • -s [number]: Set the length of the word to guess.
  • -a [number]: Set the maximum Attempts.
  • -it: Set dictionary to italian.

By default, wordle will run in with 5 characters long english words.

About

Wordle game in less than 200 LOC written in C

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages