16 X 16 TicTacToe in C# BlazorWASM and AI

Job ID: 32631007

Budget: €8 – €16 EUR

Hi.
I have a project with minimax alpha beta pruning algorithm in c# Blazor.
It work with 3x3, but i need 16x16.
I want transform 3x3 code to 16x16 Tic Tac Toe with AI.
The AI must be invincible.

This is the 3x3 Tic Tac Toe project:
https://github.com/zsolt585/BlazorWasmTicTacToe/tree/Developer

And I want a description of the AI.