Question: C Programming, Enum and Arrays. Create a game of checkers. Lab Assignment Combine what you have learned about arrays and enumerated types to create and
Lab Assignment Combine what you have learned about arrays and enumerated types to create and display a game of checkers. You'll want your board to look something like this when you start (or at least as best as you can with printf) statements: Where 'B' indicates a Black piece, 'R' is a Red piece, 'E' is an empty square, and T is used to indicate an illegal square. In future labs, we'll add some commands using our looping & conditional statements, but this is enough work for this week
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
