Tic-Tac-Toe
A simple mobile game built with Flutter
Don’t forget to give a star if you like this project
Note: This repository is still under development and I will continue to add more features to it!
Table of Contents
- General Info
- Preview
- Screenshots
- Getting Started
- Features
- Technologies
General Info
The purpose of this project was to practice Flutter development by creating simple mobile game.
Preview
Screenshots
Getting Started
2. Clone the repo
$ git clone https://github.com/SaiManojBotchu/TicTacToe.git $ cd TicTacToe/
3. Install dependencies
$ flutter pub get
4. Run app
$ flutter run
Features
Current Features:
- Responsive UI.
- Splash Screen.
- Background music.
- Game sounds.
- User can change the name of players.
- User can select his avatar.
- Selecting win score and draw score.
- Timer when playing game.
- Minimal Animations.
Upcoming Features:
- Storing data in cache using Shared Preferences.
- Addinng a show case widget for settings in Welcome Screen.
- Adding computer logic using minimax algorithm .
Download Tic-Tac-Toe game source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.