An ios app, with clean and simple UI for the Ultimate tic tac toe app. The app has two modes :
- Local two player
- Humain vs AI
AI mode is simply a Monte Carlo tree search (MCTS). This project was a good exercice to use the 'Flutter Rust Bridge', since the ai player needs to generate efficiently a bunch of game. Most of the UI made in dart is AI generated, this was not the main puropose of the project.
For any question or request, feel free to open an issue.