So this will eventually be a scrabble game where the user plays against the computer and it will have better graphics and stuff. Right now all it does is check if the play you played is valid. Update log: 0.0.1.4: Updated board graphics; working on AI. 0.0.1.2: Wordlists finished: All words up to 7 letters are now acceptable. 0.0.1: Most glitches fixed; can draw tiles now; score still a little weird (works mostly). 0.0.5.2: Updated 3s wordlist: words up to K are now acceptable. 0.0.5.1: Added tile bag. 0.0.5: Added scoring function. 0.0.4: Finished congruosity function, which completes my board checking. Yay. 0.0.3.2: Fixed empty word glitch in wordisvalid. 0.0.3.1: Added two wordlists: 2-letter words and 3-letter words that start with A and B. 0.0.3: Checks if the tiles you played are in a valid play, e.g. all in same word & straight line. 0.0.2: Gets words each tile is in. 0.0.1: Shared. Tile movement & when you click enter word button, it places the tiles in their locations on the board
Thanks to: @griffpatch for the position block (great idea by the way) @Zro716 for the hacked blocks -- they also have a scrabble program incidentally https://scratch.mit.edu/projects/74446782/ Dictionary an extended version from https://raw.githubusercontent.com/xjtian/PyScrabble/master/wordlists/OSPD4_stripped.txt Scrabble is a trademark of Hasbro/Mattel.