Skip to content

Releases: adamcesco/Unofficial-Scrabble-Library

v1.0.0

28 Apr 06:57
b9859fb
Compare
Choose a tag to compare

First completed solution that includes sub-second move-generation, board-based logic handlers, and word-based logic handlers. Enjoy!

v0.2.4-beta

22 Mar 22:19
Compare
Choose a tag to compare
v0.2.4-beta Pre-release
Pre-release

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

16 Mar 06:16
Compare
Choose a tag to compare
Pre-release

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.