Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Instructions You will complete a JavaFX application named Scrabble points Generator The application will allow the user to TYPE in a word and it will

Instructions You will complete a JavaFX application named Scrabble points Generator The application will allow the user to TYPE in a word and it will calculate how many points that word is using the scrabble point system. Please refer to the photo below for the Scrabble Point System. - The application will also decrease the letter counter when the user has entered a word. For example, there are 9 A letters in the bag in scrabble. If the user enters the words ha and able, he or she has only 7 A letter remaining. Please refer to the second column of the image below Please keep a running Point total and a history of words submitted. The restrictions for valid words are as follows: Two letters minimum o One letter must be vowel A, E, I, O, U or Y 8 letters maximum Cannot have duplicate words Use this sample layout / mockup as a guide However, you can design the application however way you see fit. The Total Points area will run a running total The grid of letters will display the point values for each letter (please put 26 instead of 10). Also note that the point values are NOT according to Scrabble rules. The Submit Word button will determine if word is valid. The Previous Words section will store previous words

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions