You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C# Tic Tac Toe console app where two players alternate marking X or O on a 3x3 grid, aiming to align three marks horizontally, vertically, or diagonally to win. It features a simple text-based interface, input validation, and a game-over condition check.