Wordle game written in C in less than 200 loc.

Clone the repository by running
git clone https://github.com/nnevskij/wordle.c.gitThen, compile:
cd wordle.c
gcc wordle.c -o wordleAnd run:
./wordleYou 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.