Java Game
In this assignment you will implement a game to be played by a human player against the computer. The central idea is that during a player's turn, randomly generated 9X9 grids of integers ranging from 1 through 9 will be examined for points according to point rules (given below). In each turn a player will receive two different grids. The points for that turn will be the sum of the points received for the two grids presented in this turn. After each user has three such turns, the winner will be determined and displayed. If there is a tie, another entire game will played until there is no tie.
Details of the rules and the playing of the game will now be discussed. There are also several different execution logs linked to this assignment (below). Reading through these logs will show you the flow of the game in different executions of the program. Eventually, your program output should look EXACTLY like these logs and only the random number
Details of the rules and the playing of the game will now be discussed. There are also several different execution logs linked to this assignment (below). Reading through these logs will show you the flow of the game in different executions of the program. Eventually, your program output should look EXACTLY like these logs and only the random number