You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is a simple console application made in Visual studio using C#. The program creates a chess board based on user defined dimensions.
It works by prompting the user to input two values; one for square size and one for board size. The program checks to make sure the user enters integers only.
This program can be run in one of two ways:
1) Via Visual Studio
Open the project ChessBoard.csproj file via Visual Studio.