Tic-Tac-Toe Game built with Flutter 3.0

The purpose of this project is to understand and implement the flutter concepts that i’ve learned to make the user interface look appealing besides having fun along the journey

1.Installation 📀

Setup Flutter

Clone the repo

$ git clone https://github.com/Yaswanth114/Tic-Tac-Toe.git
$ cd Tic-Tac-Toe/

Install dependencies

$ flutter pub get

Run app

$ flutter run

2.Technologies Used

Flutter
Dart

3.Features

Current Features

  1. Responsive UI
  2. Two Players Can Play The Game 👫
  3. Appealing UI
  4. Game Sounds 🔉
  5. User can select his avatar 🧑
  6. User can pick up a name to play 📛
  7. Can choose no of games to play 🥇
  8. Minimal Animations
  9. Timer when playing the game ⏲️
  10. Show case widget to guide user to the settings screen