TicTacToe
A Simple TicTacToe game made using Flutter!
A Simple TicTacToe game developed using Flutter, Google's portable UI Development Toolkit.
Works on Mobile and Web.
Two modes are available:
1.vs Bot,
2.vs Friend
"vs Bot" is implemented using MinMax algorithm and "vs Friend" can be played with your friend.
Developed this game as a fun project during my free time.So, feel free to contribute/report any bugs/push request.
This game's source code is open at github.com/sbvkrishna/tictactoe-flutter .