Skip to content

A console app made with C# that draws out a chessboard based on user input dimensions

Notifications You must be signed in to change notification settings

edzcodes/ChessBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

	

About

A console app made with C# that draws out a chessboard based on user input dimensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages