/tic-tac-toe

tic-tac-toe game made in c#

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

tic-tac-toe

Description

tic-tac-toe is a fun and easy game that you can play (made in c#).

How it works

the game has a built in functionality that check's that:
     - 1. flips the player's turn
     - 2. check's the row's
     - 3. check's the column's
     - 4. check's the diagonal's
     - 5. check's if the game is a tie