Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.43 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.43 KB

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!