Skip to content

yagizdo/tictactoe-multiplayer-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter - Tic Tac Toe Multiplayer Game

Run Locally

Clone the project

  git clone https://github.com/yagizdo/tictactoe-multiplayer-game

Go to the project directory

  cd tictactoe-multiplayer-game

Install dependencies

  flutter pub get

Run App

  flutter run

What will be add ❓

  • Multiplayer Support
  • Cache Support with hive
  • Settings Dialog
  • Single Player with AI
  • Score System
  • Leaderboard

App Video

2022-08-18.at.18.06.57.-.Maroon.Vulture.mp4

Libraries I use in this Project:

Contributing

Contributions are always welcome!