You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/bordle/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ On startup, a grid of 6 lines with 5 (empty) letter boxes is displayed. Swiping
9
9
The keyboad was inspired by the 'Scribble' app (it is a simplified version using the layout library). The letter group "Z ..." contains the delete key and
10
10
the enter key. Hitting enter after the 5th letter will add the guess to the grid view and color mark it.
11
11
12
-
The (English language) dictionary was derived from the the Unix ispell word list by filtering out plurals and past particples (and some hand editing) from all 5 letter words.
12
+
The internal dictionary contains all valid Wordle words.
13
+
13
14
It is contained in the file 'wordlencr.txt' which contains one long string (no newline characters) of all the words concatenated. It would not be too difficult to swap it
14
15
out for a different language version. The keyboard currently only supports the 26 characters of the latin alphabet (no accents or umlauts).
0 commit comments