About Tic Tac Infinity
Learn more about this unique take on a classic game.
Tic Tac Infinity is a twist on the traditional Tic Tac Toe. The core gameplay is familiar, but with a few key differences that make it infinitely replayable!
This game was created as a fun project to explore modern web technologies including Next.js, React, Tailwind CSS, and ShadCN UI components. It's a demonstration of dynamic user interfaces and game logic implementation.
Key Features:
- Classic 3x3 grid.
- Players take turns placing their marks (X or O).
- The board has a maximum capacity of 6 marks.
- When a player makes a move after 6 marks are on the board, their oldest mark is removed to make space for the new one.
- The oldest mark (the one to be removed next if the board has 6 marks) will blink to indicate it.
- Win by getting three of your marks in a row, column, or diagonal.
- If the board fills up (9 moves are made) and no one has won, the game automatically clears the board and resets, and the game continues with the current player's turn.