/tictactoe

Tic-Tac-Toe game created in Flutter

Primary LanguageDart

🔰 Tic-Tac-Toe

Simple mobile game created in Flutter.

📖 Table of contents

📝 General info

The purpose of this project was to practice Flutter development by creating simple mobile game.

⚙️ Technologies

Project is created with:

📸 Screenshots

💻 Setup

To run this project follow these steps:

  1. Clone the repository
$ git clone https://github.com/kubacarbon/tictactoe.git
  1. Open the project
$ cd tictactoe
  1. Install dependencies
flutter pub get
  1. Run app
$ flutter run