This project is a simple XOX game developed as a C# Console application. Follow the steps below to run the game on your own computer.
- Open Visual Studio.
- From the File menu, select New > Project.
- In the search bar, type Console App and select the C# Console App template.
- Give your project a name and choose a location for the files.
- Click Create to set up your project.
Now you have a C# Console project set up!👍
- In Visual Studio’s Solution Explorer panel, locate and open the
Program.cs
file. - Copy the code from this repository and paste it in place of the codes in the
Program.cs
file.
- After pasting the code in
Program.cs
, click the Start or Debug button at the top to run the project. - The console window will open, and you can start playing your XOX game!