Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In the Java programming language, write a program that allows you to play a familiar game WORD SEARCH. Game rules: The game is played on

In the Java programming language, write a program that allows you to play a familiar game WORD SEARCH. Game rules: The game is played on two-dimensional field of size m n, where each element of the field is button with corresponding label that represents one letter from English alphabet. Given the starting element, the user can build words (longer then 2 letters) by selecting adjacent letters (adjacent buttons). Starting element is randomly determined. The user determines when building of the word is done. The word will be validated if it is contained in the attached list. Diagonals are allowed when selecting adjacent elements. If the selected word is in the dictionary, the word is scored and the letters used are disabled. Points are defined as the sum of the score of each letter. Each letter is scored as 2index (index is position of letter in word). The game ends when the player so decides. At the end, final score should be displayed. The basic game should require / support: creating a user interface that allows play (each time a different playing field), with each new start of the game we get a new layout (random) (40) creating a user interface that saves the playing field to a file (and load when the user wants to continue playing the game) (15) game control menu (replay, setting the size of playing field). (10) the possibility to display the longest word (or the length of the longest word) (10) HINT: when choosing a letter, the game shows us possible sequels (in all valid directions) (15) by pressing an additional button, the game tells us whether it is still possible to continue the already selected string - by reviewing the attached dictionary of words (10)

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

Recommended Textbook for

Advanced Oracle Solaris 11 System Administration

Authors: Bill Calkins

1st Edition

0133007170, 9780133007176

More Books

Students also viewed these Databases questions

Question

Components of Economic Growth

Answered: 1 week ago

Question

Explain in detail how the Mughal Empire was established in India

Answered: 1 week ago

Question

Problem: Evaluate the integral: I - -[ze dx

Answered: 1 week ago

Question

Problem: Evaluate the integral: I = 1- 1 dx 9

Answered: 1 week ago