...
/Exercise: Build a Tic-Tac-Toe Game Using Flutter BloC
Exercise: Build a Tic-Tac-Toe Game Using Flutter BloC
Exercise your Flutter BLoC skills by building a tic-tac-toe game.
We'll cover the following...
Problem statement
In this challenge, make a tic-tac-toe game. In this game, the user plays against the computer. After the game ends, the game result is saved in the local storage. Users can see results in the history screen that is accessed from the app bar. Your goal is to write the functionality of all BLoCs in this app and make the UI work.
There are three BLoCs you need to implement: ...