Tic Tac Toe
A functional tic tac toe game, where the logic aims to win over the user.
Making this project took a while, since it was import to come up with a logic that has the maximum potential and capacity to win the user in the game.
For front-end and logic code development I have used JavaScript/React and MUI. The source codes in the repository are available for viewing.
As user plays if the computer wins, the game stops and announces the winner.
In the end user can restart and replay the game again.