aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author=2022-02-15 18:09:30 +0100
committer=2022-02-15 18:09:30 +0100
commit4e00637238c0686d246a4b40971411700c863085 (patch)
treec513f74bf23d99eaa91f737c4c3b9ba28bf34a74
parentabc69cfac362d4bca7af3f4ac9df1097ef955a21 (diff)
downloadsoikk-wordle-guesser-4e00637238c0686d246a4b40971411700c863085.tar.xz
soikk-wordle-guesser-4e00637238c0686d246a4b40971411700c863085.tar.zst
Fixed newlines in README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ead00ae..568ec4c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Wordle guesser
- A program that guesses wordle words by brute forcing a list of given words and certain patterns and saves them in a file.
- The first argument has to be the file with the list of the words. It can be a previous solution file.
- Flags have to be followed by a sequence of characters. If the character is a '.' (dot) the program will interpret it as any character:
+ A program that guesses wordle words by brute forcing a list of given words and certain patterns and saves them in a file.
+ The first argument has to be the file with the list of the words. It can be a previous solution file.
+ Flags have to be followed by a sequence of characters. If the character is a '.' (dot) the program will interpret it as any character:
- -g (green). The letters following this flag are in the word in the order specified. For example, "f..es" is in "files".
- -y (yellow). The letters following this flag are in the word but not in the positions specified. For example, "tsreo" identifies "store".
- -b (black). The letters following this flag are not in the word. For example, "pkjql" identifies "words".
- -p (print). Print the output of the solution to the console.
- Not putting enough characters in the pattern does not matter. "rig" is the same as "rig..".
- Compile with "gcc guess.c -lunac".
+ Not putting enough characters in the pattern does not matter. "rig" is the same as "rig..".
+ Compile with "gcc guess.c -lunac".
"words.txt" is a list of (supposedly, I haven't checked) all spanish words that are 5 letters long.