ayushi-ras / beginner-contribution-

Beginners Friendly
MIT License
13 stars 63 forks source link

Added TicTacToeGame #80

Closed Tanushree713 closed 1 year ago

Tanushree713 commented 1 year ago

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 : WhatsApp Image 2023-10-03 at 14 48 34 WhatsApp Image 2023-10-03 at 14 48 03 WhatsApp Image 2023-10-03 at 14 47 42

On clicking Reset Button , Player Can Proceed .