Skip to content

Jerinji2016/xo_game

Repository files navigation

xo_game

A Flutter app to play Tic Tac Toe with Neomorphic UI

Checkout the deployed app here

Getting Started

  1. Clone the repository

    git clone [email protected]:Jerinji2016/xo_game.git
  2. Get dependencies and run

    flutter pub get && flutter run

Screenshots

home


home


home

Upcoming Features

  1. Play against computer
  2. Play against other players
  3. Advanced mode where first move clears after every 5th or 6th move.