Skip to content

Repository for a scrabble solving script in Python 3

Notifications You must be signed in to change notification settings

AdamHoK/Scrabble-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrabble-Solver

Repository for a scrabble solving script in Python 3

The solver's input format is as follows:

> <LETTERS>[,FIRST LETTER][,LAST LETTER]

Any of the letters can be replace with a ? to be set as a blank letter

The word list in dictionary.txt only includes up to seven letter words, as that is the amount of tiles players play with in Scrabble.

If there is interest in it, I might add the OCTWL Long List, which includes words from 7-15(the length of the board) characters long.

About

Repository for a scrabble solving script in Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages