Skip to content

Tic Tac Toe is a simple two-player game played on a 3×3 board. Players take turns marking a square with their X or O. The goal is to place 3 of your marks in a row, column, or diagonal. This is an interactive game which you play with your friends and have fun. It is purely implemented with flutter for both Android and iOS.

yuvraj0028/flutter-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter TIC-TAC-TOE Game

Looking for an interactive game? This game got you covered.

Run Locally

Clone the project

  git clone https://github.com/yuvraj0028/tic_tac_toe.git

Go to the project directory

  cd tic_tac_toe

Install dependencies

  flutter pub get

Run App

  flutter run

Screenshots

About

Tic Tac Toe is a simple two-player game played on a 3×3 board. Players take turns marking a square with their X or O. The goal is to place 3 of your marks in a row, column, or diagonal. This is an interactive game which you play with your friends and have fun. It is purely implemented with flutter for both Android and iOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages