Hello
This is an extension task for my current course where I have to create a Word guessing game. There are 4 classes.(List, game, word and InputRead)
The List class holds a number of probable target words, which are held in an array. It also contains a method, which returns a single word at random. THIS CLASS IS DONE.
The Game class controls playing the game. It has a run() method to start the game....