Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 556 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 556 Bytes

C-Sharp-OXO

Noughts and Crosses project to learn C#

Building the solution:

Open OXO/OXO.sln in Visual Studio Build Solution

Running the project

On running this console application you will be prompted to set the names for the 2 players. After providing the names the game will progress until there is either a winner, or the grid is full. If there is a winner, it will be announced, otherwise a Draw Game message will appear. You will be prompted to play another game, if you choose to do so you will get the chance to set the player names again.