cblanken
|
fab34343ae
|
Add .gitignore
|
2022-08-24 17:00:14 -04:00 |
|
cblanken
|
63647f8270
|
Add boggler_utils.py
Inlcludes WordTree and WordNode(s) for structuring dictionary data
|
2022-08-19 17:45:40 -04:00 |
|
cblanken
|
c0d4df6993
|
Reformat to match pylint recommendations
|
2022-08-19 13:07:30 -04:00 |
|
cblanken
|
1c2614ddb7
|
Randomize order of dice on the board
|
2022-03-18 11:54:08 -04:00 |
|
cblanken
|
daf7fb7a9a
|
Fix output format for board generator
|
2022-03-18 11:48:03 -04:00 |
|
cblanken
|
9cca821805
|
Add boggle board randomizer given a 'dice' file
|
2022-01-05 18:52:08 -05:00 |
|
cblanken
|
287476f7b4
|
Remove hardcoded wordlist and prefix wordlist parameters
|
2022-01-03 16:28:00 -05:00 |
|
cblanken
|
565b36fd9e
|
Add script to split wordlist by alpha character
|
2022-01-03 16:26:58 -05:00 |
|
cblanken
|
51afca81fb
|
Add scrabble 2019 wordlists and move dwyl wordlist
|
2022-01-03 16:25:35 -05:00 |
|
cblanken
|
b816054fb3
|
Check word prefixes to reduce problem space
Produce a prefix wordlist from a dictionary wordlist using the
`filter_prefix.sh` script.
|
2021-12-28 22:58:18 -05:00 |
|
cblanken
|
10e45a22d2
|
Add primary boggle solver
|
2021-12-25 21:26:13 -05:00 |
|
cblanken
|
920769d9e4
|
Add test Boggle boards
|
2021-12-25 21:25:18 -05:00 |
|
cblanken
|
9b8616770e
|
Add dwyl English wordlist
From https://github.com/dwyl/english-words/blob/master/words_alpha.txt
Wordlist split into multipel file by starting character.
|
2021-12-25 21:22:53 -05:00 |
|