Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 866 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 866 Bytes

ttt (Tic Tac Toe)

A (very) simple flutter project I created for CoDev.

Getting Started

It is a simple Tic Tac Toe game that can be played by two players (or yourself). The game is played on a 3x3 grid. The first player is represented by ❌ and the second player is represented by ⭕️.

Screenshots

image image

Features

  • Two player game
  • Reset button to restart the game
  • Display the winner
  • Display a draw message if the game is a draw
  • Highlighting the winning row, column or diagonal
  • Firebase integration for multiplayer game
  • AI for single player game