A fun and interactive Tic Tac Toe game built with HTML, CSS, and JavaScript! โโญ Challenge a friend or play solo in this classic strategy game.
- Responsive Design: Works seamlessly on desktop and mobile devices ๐ฑ๐ป
- Smooth Animations: Enjoy a polished user experience with CSS transitions and gradients ๐
- Winning Logic: Automatically detects wins and draws with emoji celebrations ๐
- Restart Functionality: Quick restart or new game options ๐
- Player Turns: Alternates between X and O players with clear visual feedback ๐ฅ
- HTML5: Structure and semantic markup
- CSS3: Styling with gradients, flexbox, and responsive units
- JavaScript: Game logic, event handling, and DOM manipulation
- Click on any empty cell to place your mark (X or O)
- Players take turns alternating between X and O
- Get three in a row (horizontally, vertically, or diagonally) to win!
- If all cells are filled without a winner, it's a draw
Check it out live at: https://iam269.github.io/Tic-Tac-Toe-Game/
- Clone the repository
- Open
index.htmlin your web browser - Start playing!
Enjoy the game! ๐