Releases: adamcesco/Unofficial-Scrabble-Library
Releases · adamcesco/Unofficial-Scrabble-Library
v1.0.0
v0.2.4-beta
Optimized solution that is reliable and very fast. Current move-generation time is locally measured to be ~7 seconds to produce all possible moves given a rack and a board. Currently aiming to get move-generation to be under 2 seconds.
First Release of Reliable Build
First Release of Reliable Build. This build is relatively slow, with an O(n^2) solution, where n is the average length of scrabble words. I plan to implement an O(n) solution. This solution is reliable given that it produces all playable moves for a given hand (rack) and board.