This is a Tic Tac Toe game application built using Flutter with light and dark themes, featuring faster state management using GetX library.
- Play Tic Tac Toe against another player.
- Switch between light and dark themes.
- Faster state management using GetX.
- Home page to start the game.
- Reset button to restart the game.
-
Clone the repository:
git clone https://github.com/VectorCropCommunity/tic_tac_toe.git -
Navigate into the project directory:
cd tic_tac_toe -
Install dependencies:
flutter pub get -
Run the app:
flutter run
- Launch the app to see the home page.
- Choose the theme (light/dark) from the settings.
- Click on the "Play" button to Start Game.
- Tap on the cells to make your moves.
- Use the reset button to restart the game at any time.
Contributions are welcome! Feel free to submit pull requests or open an issue for bugs and feature requests.

