-
Notifications
You must be signed in to change notification settings - Fork 8
Project Plan
Jo edited this page Aug 18, 2019
·
2 revisions
The user enters their word and it calculates the base score in scrabble based on the letter values only.
- Ask the user to enter their word
- Calculate the word score by summing the letter values based on scrabble letter values
- Return the score and display it to the user
These stages will be released for active development once the previous phase is complete.
The user gives 2 words and the program indicates which is the better scorer based on the letter values only.
Allow user to set out their current board which the above tools can be utilised to calculate the optimal word and its placement on the board
Essentially an anagram solver - the user gives their letters and this shows them the best scoring word (or top 5 words, etc) they can make with them. Could also make use of the gameboard to show placement options too.
Build a user interface for the tool.