Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saadarazzaq/the-tic-tac-toe-game
A classic game built with Flutter featuring a mint coral color scheme and intuitive gameplay.
https://github.com/saadarazzaq/the-tic-tac-toe-game
android-studio dart flutter mobile-app
Last synced: 20 days ago
JSON representation
A classic game built with Flutter featuring a mint coral color scheme and intuitive gameplay.
- Host: GitHub
- URL: https://github.com/saadarazzaq/the-tic-tac-toe-game
- Owner: SaadARazzaq
- Created: 2023-07-16T17:52:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T16:26:37.000Z (about 1 year ago)
- Last Synced: 2024-11-23T09:29:58.912Z (3 months ago)
- Topics: android-studio, dart, flutter, mobile-app
- Language: C++
- Homepage:
- Size: 5.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Tic Tac Toe Game
Welcome to Tic Tac Toe Game, a classic game built with Flutter. This simple and fun game allows you to play against a friend in a turn-based match.
## Features
- Interactive gameplay with a grid of 3x3 cells.
- Two players: Player O and Player X.
- Automatic detection of the winner or a draw.
- Score tracking for each player.
- Play again option to reset the board and start a new game.
- Beautiful mint coral color scheme with custom fonts.## Gameplay
[![Gameplay](https://img.youtube.com/vi/BTgtn5xGrZs/0.jpg)](https://www.youtube.com/watch?v=BTgtn5xGrZs "Gameplay")
***Added More functionalities like the home screen and awesome dialog
## Getting Started
To run this project locally and play the Tic Tac Toe game on your device, follow these steps:
1. Ensure you have Flutter installed. If not, follow the Flutter installation guide: [Flutter Installation](https://flutter.dev/docs/get-started/install)
2. Clone this repository to your local machine:
```bash
git clone https://github.com/saadarazzaq/the-tic-tac-toe-game.git3. Goto the directory:
```bash
cd the-tic-tac-toe-game4. Install the required dependencies:
```bash
flutter pub get5. Run the application on a connected device or emulator:
```bash
flutter run6. Enjoy Playing the game 🙂