Tic Tac Toe
A Tic Tac Toe Flutter game which auto resets after you win, it also has a reset everything feature. ⭕️ ✖️
👉 If you like this repo then please give it a ⭐️
Short Description
This game is a very famous yet easy start for beginners. A Tic Tac Toe game which is built without any external plugins, everything is properly documented including the game logic and the state changes, It has a delay feature which auto resets the game after a winner is declared, You can also manually reset the game if you want to.
Screenshots
How to run this
Running this is as simple as it gets. Follow this steps
- Open your terminal (NOTE: git bash prefered/ Terminal on VS Code)
- Navigate to the project folder where you have cloned this repo.
- Open an emulator or plug in a real device
- Type the following command in the terminal
flutter run
Pull Request
Pull Requests are welcome. Please follow these rules for the ease of understanding:
- Make sure to check for available issues before raising one
- Give me a maximum of 24-48 hours to respond
- Have proper documentation on the parts you are changing/adding