A react native implementation of the Ultimate Tic Tac Toe game described here : https://en.wikipedia.org/wiki/Ultimate_tic-tac-toe.

The UI code has been bootstraped from excellent React Native-Web library https://github.com/necolas/react-native-web, which lets you create a native Android/IOS and a Web version of the same App in an effortless way !

The IA is a javascript version of my original C code developed for a Coding Game contest, ans ranked in Legend League 40th/+1300 It is based on the Monte Carlo Tree Search Algorithm and is doing pretty well :)

web demo

native app

https://expo.io/@grisha/ultimate-tictactoe

source code

https://github.com/gpicavet/ultimate-tictactoe