
A Tic-Tac-Toe game featuring multiple game variants.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- .NET SDK 8.0 or later. You can download it here.
- Clone the repo
git clone https://github.com/ervinteoh/tic-tac-toe.git
- Navigate to the project directory
cd tic-tac-toe
- Restore the required .NET packages
dotnet restore
- Build the project
dotnet build
To run the Tic-Tac-Toe game, run the command below.
dotnet run --project TicTacToe
- Normal Tic Tac Toe
- Misere Tic Tac Toe
- Wild Tic Tac Toe
- Four By Four Tic Tac Toe
- Ultimate Tic Tac Toe
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Jie Sheng Teoh (Ervin) - teohjies@gmail.com
Project Link: https://github.com/ervinteoh/tic-tac-toe