initial commit

This commit is contained in:
bePrivate
2023-10-28 19:45:39 +02:00
commit c927e6496d
6 changed files with 512 additions and 0 deletions
Executable
+22
View File
@@ -0,0 +1,22 @@
# Wordle
Yet another recreation of the game Wordle (now in C)
# 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`
# 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.