A Simple TicTacToe Game Built With Flutter

  Games

Tic-Tac-Toe jack_o_lantern

A simple mobile game built with Flutter

Don’t forget to give a star if you like this project sweat_smileblush

Note: This repository is still under development and I will continue to add more features to it! upside_down_face

Table of Contents scroll

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

General Info memo

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

Preview movie_camera

Screenshots camera

Getting Started rocket

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 heavy_plus_sign

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 brain.

Download Tic-Tac-Toe game source code on GitHub

https://github.com/SaiManojBotchu/TicTacToe