Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 942 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 942 Bytes

This is a simple and interactive TIC TAC TOE game built using HTML, CSS, and JavaScript. The game is designed to be played on a 3x3 grid by two players, who take turns marking the spaces in the grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Features

  • Interactive gameplay for two players
  • Visual indication of the winning line
  • Responsive design that works on different screen sizes
  • Sound effects for game actions
  • Game grid is frozen when a player wins to prevent further moves

How to Play

  1. Open the game in your web browser.
  2. The first player is 'X'. Click on a box to mark it.
  3. The turn then passes to the second player, 'O'.
  4. The game continues until one player has three marks in a row, column, or diagonal, or until all boxes are filled (a draw).

Enjoy the game!