Ultimate tic-tac-toe is a "variation" of the famous tic-tac-toe game. Each square of the original grid is repalced with... another tic-tac-toe game. So you have to win 3 grids in a row to win. In addition, there are some move regulations. More info here.
This project is supposed to implement the following functionalities:
- Singleplayer game with 3(maybe 4) difficulties.
- Option for "best of N" game
- Save/load option
- Hotseat multiplayer game.
- Online peer-to-peer multiplayer game.
- Wathcing Bot(AI) battles. (Two bots playing against each other.)