A (very) simple flutter project I created for CoDev.
It is a simple Tic Tac Toe game that can be played by two players (or yourself). The game is played on a 3x3 grid. The first player is represented by ❌ and the second player is represented by ⭕️.
- Two player game
- Reset button to restart the game
- Display the winner
- Display a draw message if the game is a draw
-
Highlighting the winning row, column or diagonal -
Firebase integration for multiplayer game -
AI for single player game