A Flutter app to play Tic Tac Toe with Neomorphic UI
Checkout the deployed app here
-
Clone the repository
git clone [email protected]:Jerinji2016/xo_game.git
-
Get dependencies and run
flutter pub get && flutter run
- Play against computer
- Play against other players
- Advanced mode where first move clears after every 5th or 6th move.