This is an Ultimate Tic-Tac-Toe game built in Processing, featuring an interactive and strategic twist on the classic Tic-Tac-Toe. Instead of a single board, players compete on a 3x3 grid of smaller Tic-Tac-Toe boards, with unique rules that add depth and strategy to the game.
- The game consists of a 3x3 grid of Tic-Tac-Toe boards.
- Players take turns placing their mark (X or O) in a small board.
- The location of a player's move determines which small board the next player must play in.
- A small board is won when a player gets three in a row within it.
- The game is won by securing three small boards in a row on the larger grid.
โ
Fully interactive gameplay with turn-based mechanics.
โ
Graphical interface using Processing for a clean and responsive experience.
โ
Smart board logic to enforce Ultimate Tic-Tac-Toe rules.
โ
Win detection for both small and large boards.
โ
Dynamic move restrictions that guide players to the correct board.
- Download and install Processing.
- Clone this repository:
git clone https://github.com/yourusername/Ultimate-Tic-Tac-Toe.git- Open the .pde files in Processing.
- Click Run to start the game.
- Play against a friend locally!
- Implement AI opponent for single-player mode.
- Add animations and effects for a smoother experience.
- Support for online multiplayer.