Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

A Simple TicTacToe Game Built With Flutter

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 

  1. General Info
  2. Preview
  3. Screenshots
  4. Getting Started
  5. Features
  6. Technologies

General Info 

The purpose of this project was to practice Flutter development by creating simple mobile game.

Preview 

Screenshots 

Getting Started 

1. Setup Flutter

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:

  1. Responsive UI.
  2. Splash Screen.
  3. Background music.
  4. Game sounds.
  5. User can change the name of players.
  6. User can select his avatar.
  7. Selecting win score and draw score.
  8. Timer when playing game.
  9. Minimal Animations.

Upcoming Features:

  1. Storing data in cache using Shared Preferences.
  2. Addinng a show case widget for settings in Welcome Screen.
  3. Adding computer logic using minimax algorithm .

Download Tic-Tac-Toe game source code on GitHub

Exit mobile version