Java 8 word guessing game (message me I have to send you zip file to complete this project)

Job ID: 32411049

Budget: £10 – £20 GBP

Please read the PDF attached in the zip file for full detailed word guessing game project with a zip file attached which contains wordlist.txt Your task is to write a Java 8 program (as a NetBeans project) that selects one of the words provided in wordlist.txt file to be a secret ‘codeword’ and presents a console interaction for the User to guess the codeword in the style of a simple guessing and memory game as described in the pdf attached. The basic game is to present the User (player) with a square (5 x 5) grid of 25 hidden letters. Within the grid of letters, there exists a single 5-letter codeword that is positioned in either a single row or a single column. The position of the hidden codeword must be random (including whether it is horizontal as a row or vertical as a column) and must occupy an entire row or column (it must not ‘wrap’ around the grid positions). An example of a formatted console display illustrating the grid on the commencement of the game is shown below in Figure 3 in the PDF attached below.