Question: Game Specificafions: You will write a program for playing a Circle game between a player and a computer. The objective of the game is to
Game Specificafions:
You will write a program for playing a Circle game between a player and a computer. The objective of the game is to move around the board to complete a circle. The game will start with two boards of which means there will be ten rows and ten columns. The first index of the first board will be the starting point for the player and initialized as The last index of the second board will be the starting point for the computer and initialized as The boards below show an illustration of the initial boards.
Player Board
Computer Board
Computer Board
Then, the player and computer will choose a trap index. The trap index for the player should be entered by the user while it should be randomly generated for the computer. Then, a value between and will be randomly assigned to the trap index for both the player and the computer. The trap index can be only placed on the around of the board. For example for player it could be any of these indexes: See below example;
Page of
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
