2023-10-31 10:57:46 +01:00
2023-10-31 10:57:46 +01:00
2023-10-29 01:08:27 +02:00
2023-10-29 01:08:27 +02:00
2023-10-28 19:45:39 +02:00
2023-10-29 01:08:27 +02:00
2023-10-29 00:04:10 +02:00
2023-10-28 20:14:40 +02:00

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. Install the game
    make && make install

  4. Run the game
    wordlec (wordlec --help for help)

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.

S
Description
No description provided
Readme GPL-3.0
144 KiB
Languages
C 98.9%
Makefile 1.1%