Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 2.07 KB

README.md

File metadata and controls

59 lines (49 loc) · 2.07 KB

Logo

Async_Redux Tic Tac Toe

Multiplayer TicTacToe Game App with Matchmaking developed as a Flutter showcase using async_redux package and Firebase.

Quick start

The directory structure tree of the app separates business logic and user interface by using two folders: business, and client. To start the app, run the main file on the client folder.

This App uses Firebase. For it to work is necessary to configure the firebase credentials on main.dart file.