/TicTacToe

The classic Tic Tac Toe game (C#, .NetCore).

Primary LanguageC#

Tic Tac Toe

The classic game of Tic Tac Toe, currently implemented as a console application. Code is written in C# and .NetCore.

The game engine is also included (alongside its unit tests).

Getting Started

Download the solution and open it with your Visual Studio. Set as startup project the ConsoleApp and debug it.

Alternatively,

  1. Open a terminal
  2. Navigate to ConsoleApp project
  3. Run the game with dotnet run Program.cs

Prerequisites

Must have .NetCore 2.1. (and XUnit if you need to run the tests). Visual Studio would be extremely helpful but is not obligatory.

Built With

Authors

  • Themelis Kalomoiros

License

This project is licensed under the MIT License - see the LICENSE.md file for details