Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.16 KB

Tic Tac Toe Game

Welcome to the Tic Tac Toe Game! This is a classic two-player game where players take turns marking spaces in a 3x3 grid. The objective is to form a horizontal, vertical, or diagonal line of your symbol (X or O) before your opponent does.

Features

  • Play against a friend.
  • Multiplayer mode with real-time gameplay using web sockets.
  • Interactive grid with a user-friendly interface.
  • Keep track of scores.

How to Play

  1. Clone this repository to your local machine.
  2. Choose create game.
  3. On the other device choose join game and enter the game.
  4. Aim to get three of your symbols in a row to win!

Technologies Used

  • Flutter for the game interface.
  • Socket.io for enabling real-time multiplayer mode.

Screenshots

Main Menu Waiting Lobby Join Room Game Screen