A Web-Based Estonian Version of the Word Game Scrabble

For my bachelor's thesis I made an Estonian web-based implementation of the word game Scrabble. The game can be played normally or against AI. The player can choose to look at the remaining letter in the letter bag or look at the meaning of the played word, after they or the AI have made some words on the board. Since it needed to be a new type of Scrabble, I added a dictionary generator to the game. It works by giving it a word after which it sends a API request to server to make a dictionary. If the word can't be used to make a dictionary the UI shows the error.

The game can be played here: https://scrabble.matias.ee

The thesis can be found here: https://thesis.cs.ut.ee/0bd2d7b3-cef6-4ce8-887e-89ef7f1ab972

At the bottom a few images of the game can be found.