Commit Graph
4 Commits
Author SHA1 Message Date
cblanken 23fa422915 Recursively build WordTree based on boggle board and dictionary 2022-08-26 14:40:51 -04:00
cblanken 8bbd7b61b4 Refactor BoggleBoard/BoggleCell with non-public properties 2022-08-25 09:27:29 -04:00
cblanken 7d299961af Add Boggle board and cell abstractions
WIP: Building subtrees of boggle board based on dictionary
2022-08-24 17:18:36 -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