Question: Design a Chess Game Console Project Using Visual Studio and C# Code [must]. Create an object-oriented [must] chess game which must be a console project.

Design a Chess Game Console Project Using Visual Studio and C\# Code [must]. Create an object-oriented [must] chess game which must be a console project. The chess board should be an 88 board with white and black cells. At the beginning of the new game every piece takes initial positions. Afterwards, inputs have been given from back and white players. Then the move that they want to give for any pieces should be checked for validation [if the move is valid or not]. For valid move, it has been taken and applied. Otherwise prompt a message to give a valid move. Finally, find the winner. The default color of console is black and white, so you must use an alternative color for drawing the chess board. Character List of Chess: https://en.wikipedia.org/wiki/Chess symbols in Unicode Setting Color in C\# Console Project. https://www.c-sharpcorner.com/article/change-consoleforeground-and-background-color-in-c-sharp/ You may take ideas from: https://www.geeksforgeeks.org/design-a-chess-game/ But the game should Run
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
