initial commit
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user