>> Download the 'Tic Tac Toe' folder from the repository as a zip file.
>> Extract the folder from the zip file.
>> Open the 'tic_tac_toe.html' file in a web browser.
>> This is a two player game (player 'X' and player 'O').
>> Player 'X' starts the game by selecting a box from the grid to mark 'X'.
>> Players 'X' and 'O' takes turns in selecting a vacant box from the grid.
>> The first player to get a row, column or diagonal filled with their mark ('X' or 'O') wins the game.
>> If neither player managers to win before all the boxes are filled, the game ends as a draw.
>> Click 'Restart' button to reload the game.