Skip to content

Commit 486a6e6

Browse files
authored
Merge pull request #3976 from RKBoss6/BordleUpdates
[Bordle] Add all valid wordle words
2 parents d610023 + 4d6be47 commit 486a6e6

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

apps/bordle/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
0.01: New App
22
0.02: app keeps track of statistics now
33
0.03: Fix bug in valid word detection
4+
0.04: Added all valid Wordle words

apps/bordle/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ On startup, a grid of 6 lines with 5 (empty) letter boxes is displayed. Swiping
99
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
1010
the enter key. Hitting enter after the 5th letter will add the guess to the grid view and color mark it.
1111

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+
1314
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
1415
out for a different language version. The keyboard currently only supports the 26 characters of the latin alphabet (no accents or umlauts).
1516

apps/bordle/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Bordle",
33
"shortName":"Bordle",
44
"icon": "app.png",
5-
"version":"0.03",
5+
"version":"0.04",
66
"description": "Bangle version of a popular word search game",
77
"supports" : ["BANGLEJS2"],
88
"readme": "README.md",

apps/bordle/wordlencr.txt

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)