A version of Ultimate Tic Tac Toe, made in Unity.
This tic-tac-toe game consists of 9 smaller tic-tac-toe games. In order to win the game, you need to win in 3 smaller games in a row. There's a twist though, depending on which box you choose inside of one of the smaller boards, your opponent is locked to that same tile on the big board next round.
For instance, if you play in the bottom right tile of a small board, your opponent will only be able to play within the bottom right game. It's hard to explain in text, but becomes pretty clear when you play. During your turn, you can only play where the green box is.
//TODO: update this to have more information once the server is made
//TODO: update this to have more information once the server is made
The game uses a simple java web server coupled with a database found here
Supported operating systems include Windows, MacOS, iOS, and Android. An HTML5 web version can be found here
- PS3 support can be found at a fork here
- Support for older android devices lacking modern graphics features can be found at another fork here
- Unity 5.3 webplayer support can be found at a fork here (Please note that this is different from HTML5, and will not be getting any future builds)
Windows/Mac | iOS/Android |
---|---|
Xcode Project for iOS build can be found here: UltimateTicTacToeXcode