Added TicTacToeGame Based on JS With ReadMe File for better Understanding .
Game Rules :-
Tic-Tac-Toe is played on a 3x3 grid. Two players take turns marking empty cells with their respective symbols:
Player 1: X
Player 2: O
The goal of the game is to form a straight line (horizontal, vertical, or diagonal) of your symbol (X or O) before your opponent does. The player who achieves this first wins the game.
Issue : #42
Added TicTacToeGame Based on JS With ReadMe File for better Understanding .
Game Rules :-
Tic-Tac-Toe is played on a 3x3 grid. Two players take turns marking empty cells with their respective symbols:
Player 1: X Player 2: O The goal of the game is to form a straight line (horizontal, vertical, or diagonal) of your symbol (X or O) before your opponent does. The player who achieves this first wins the game.
Some UI Samples :
On clicking Reset Button , Player Can Proceed .