Files
wordlec/README.md
T
2023-10-28 20:06:19 +02:00

966 B
Executable File

Wordle

Yet another recreation of the game Wordle (now in C)

This program is distributed WITHOUT WARRANTY of any kind. Proven working on Linux ONLY. Contributions welcome!

Usage

  1. Clone the repo
    git clone https://gitlab.com/bePrivate/wordlec

  2. Change into the cloned directory
    cd wordlec

  3. Start the game
    make && make run
    or
    ./main to be able to run with arguments

Optionally you can install it and it can be accessed from any place in the filesystem.
make install
Then you can just use wordlec (plus optional arguments) to launch the game.

How to play

After starting, you are prompted to enter a word. When you enter it, you will see it on the screen. You will see whether each letter is at the correct place or not, or if it even is in the word in the first place. You have six tries, then you lose and the correct word is shown to you. If you win, the number of guesses is displayed, along with the correct word.