Question: Using C programming, I need to create a board game with 24 spaces that look like squares like this: There are two dice, and two
Using C programming, I need to create a board game with 24 spaces that look like squares like this: 
There are two dice, and two players. One player is a person, the other is a computer. When you run the program it will ask for an integer number, which will be used as a seed for generating random numbers when rolling the dice. '$' will represent the human player, and '%' will represent the computer playing. Numbers are not to be shown on the squares, just the players as they move. When you press "Enter", the dice will show the numbers of the two dice and add them up. This happens for the human roll and computer roll. This must be done using an array. Thanks
end start end start
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
