Super Tic Tac Toe Project

This is an interface for an algorithm that plays Super Tic Tac Toe, built with React and TypeScript.

Super Tic Tac Toe

A 3x3 grid of Tic Tac Toe boards. The game is won by the first player to claim 3-in-a-row in any sub-board

The square you play within a sub-board determines which sub-board the opponent must play in

Click a square to place your X. Then the AI will evaluate and take their turn.

AI Move Evaluations

The AI evaluates each possible move and selects the one with the highest score.

0
0
0
0
0
0
0
0
0

About the Project

This project was built using React and TypeScript to create an interactive interface for playing Super Tic Tac Toe. The game logic is designed to handle the unique rules of Super Tic Tac Toe, where each move influences the opponent's next possible moves.

The AI opponent is designed to evaluate the game state and make strategic decisions based on the current board configuration. The interface allows players to easily visualize the game state, including which sub-board they are required to play in next.

Feel free to explore the code and modify the AI logic to create different strategies for playing Super Tic Tac Toe!

© 2025 James Diefenbach. All rights reserved.