edzcodes/ChessBoard
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Chess Board Program 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. press ctrl+f5 to start without debugging 2) Via the executable: The executable is in the folder path ChessBoard\bin\Release\netcoreapp2.0\win10-x64\ChessBoard.exe