The classic game advanced with more difficulty that requires strategy and a little bit more time to play. Players take turns playing in interior tic-tac-toe grids until they win on the exterior game board.
- HTML
- CSS
- JavaScript
- Two people can take turns, switching between an "X" and "O" game character
- The grid that the next player must use is highlighted during their turn
- If a player directs the next player to a grid that has already been claimed, that player can play anywhere on the board
- Add an undo last move button
- Add a reset game button