A simple Tic Tac Toe game made in Flutter
Tic Tac Toe
This is a simple Tic Tac Toe game made in Flutter written albeit a little cookie cutter.
Installation
There are several ways to save this repository on your device. Two of these options include:
- Downloading repository as ZIP
- Running the following command in a terminal, provided the GitHub CLI has been previously installed:
git clone https://github.com/carrot2803/Tic-Tac-Toe.git
Install Flutter and dependencies:
You can download and install Flutter from the official Flutter website: https://flutter.dev
Run the following command to install the required dependencies:
flutter pub get
Run the app: Connect your device or emulator, and run the following command to launch the app:
flutter run
Contributing
Contributions are welcome. If you have any ideas, suggestions, or bug reports, please create an issue or submit a pull request. You can also contact me at carrot#8856 on Discord.
Snippets
Acknowledgments
The Flutter and Dart communities for their amazing tools and support.