This is an application for the game Tic-Tac-Toe, built using the flutter framework.
It works on android, ios, and web devices.
The assets are included in the files.
Following assets are being used in the game:
The GUI part of the code is in the main.dart file, in the lib floder, and the logic part is in the HomePage.dart file, again under the lib folder.
Following are the screenshots of the code along with the end result.
The next step is to improve the UI-UX and add additional features to the app.