Skip to content

A python script to find the best possible words for the Discord activity "Spellcasters"

Notifications You must be signed in to change notification settings

otwl169/spellcasters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

For swappable words:

Trie children: {a: .., b:.., ..., z:..} Board neighbours: {a, b, c, d, e, f, g, h}

for each pair of trie child and board neighbour tile: if they have the same letter, no swap needed if they have different letters, use a swap

About

A python script to find the best possible words for the Discord activity "Spellcasters"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages