Must display same thing and follow the third picture everything.
The software development house you work for has decided to create a prototype based on the game Scrabble, but with a rwistthat will be used on mobile devices. They require a prototype from you that IS designed using a Java console application. If the prototype is a success the application will be developed for the mainstream mobile platforms. You are firstly required to prompt the user to enter in a one (1) to start the game. If the users decide to play the game prompt for the two (2) player names. Welcome to the WORD WARS game Press (1) To start the game Press any other key to exit the game Enter your selection: 1 Enter player 1 name: Andile Enter player 2 name: Sarm The players will then be presented with the alphabet. Each player has to enter a word with the available letters in the alphabet list. When a player enters a word the letters of that word get removed from the alphabet list. Only vowels are not removed from the alphabet list. Before a word can be accepted both players must agree if the word entered is valid or not. LETS PLAY WORD WARS!! Alphabet letters left: a bcdefghijkl m n oPst u v x y z Andile enter your word: java Enter () yes if both players agree on the word Alphabet letters left: a b c d e f g i k 1 n San enter your word: logie Enter (y) yes 1if both players agree on the word p q t u w x y z Alphabet letters left: a b d e f h i k Andile enter your word: n p q r t u w x y z It is suggested that players have a dictionary present to determine the validity of the word. If the word is accepted the player is awarded one point for ceach letter in the word. This letter tally will determine who the winner is when the game is finished. A letter can be used more than once in the creation of a word, but then must be removed from the alphabet list. For example, the word "FILL" contains two "L", which must be removed from the alphabet list