Tic Tac Toe
Tic Tac Toe, also known as Noughts and Crosses, is one of the world's oldest and most beloved strategy games. Players take turns marking spaces in a 3ร3 grid, with one player using X and the other using O. The first player to get three marks in a row โ horizontally, vertically, or diagonally โ wins the game. Our version features a smart AI opponent powered by the minimax algorithm, providing a challenging experience for players of all skill levels. You can also play against a friend on the same device.
How to Play Tic Tac Toe
Click or tap on any empty cell to place your mark (X). The AI opponent will then place its mark (O). Continue taking turns until one player gets three in a row or all cells are filled (resulting in a draw). The game tracks your wins, losses, and draws.
Tic Tac Toe Tips & Tricks
Always take the center square if it's available on your first move. If the center is taken, go for a corner. Watch for opportunities to create a 'fork' - a position where you have two ways to win. Against a perfect opponent, the best you can achieve is a draw.