Skip to content

Enter available letters and out pops possible words

Notifications You must be signed in to change notification settings

grinchios/ScrabbleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrabble word solver using official scrabble wordlist

Created: 13/03/17 Author: Callum Pritchard

Just a 'simple' script that takes an input and then splits this into a list based on each character. It then checks if the possible word can be made with the letters out of the input.

Some issues are with outputs and also keeping the code readable, adding comments is how I'm doing it currently but I'm still learning so the OOP aspect of the code is severely lacking I know. Possibly in the future I'll re-write it focusing on OOP more.

[31/03/2017] OOP has been greatly introduced and has significantly lowered execution times. Still needs some work with the definitions since they're the bottleneck now.

Hope it all works, any questions email me :)

About

Enter available letters and out pops possible words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages