Skip to content

Super Tic-Tac-Toe is an advanced take on the classic game, featuring nine interconnected boards where moves depend on the position of the previous move within each sub-board.

Notifications You must be signed in to change notification settings

ammar-codeable/super_tic-tac-toe

Repository files navigation

Super Tic-Tac-Toe 🎮✨

Super Tic-Tac-Toe takes the classic game to the next level by introducing a grid-within-a-grid mechanic! Each cell of the main board is its own mini Tic-Tac-Toe game, adding layers of strategy and fun. Whether you're playing offline with a friend or competing online, the game promises an engaging experience for casual and competitive players alike.


🎯 Game Rules

🧩 The Basics

  1. Super Board: The game is played on a 3x3 grid of smaller Tic-Tac-Toe boards.
  2. Winning a Mini-Board:
    • Just like regular Tic-Tac-Toe, align three of your symbols in a row (horizontal, vertical, or diagonal) within a mini-board to win it.

🔄 Gameplay

  • Turn Mechanics:

    • Players alternate turns, placing their mark (X or O) on the mini-boards.
    • The cell you play in determines the mini-board your opponent must play in next.
      For example, if you play in the top-left cell of your mini-board, your opponent must play in the top-left mini-board of the super board.
  • Special Cases:

    • If a mini-board is already won or filled, the player can choose any open cell on the super board.

🏆 Winning the Game

  1. Super Board Victory:
    • Win three mini-boards in a row (horizontal, vertical, or diagonal) on the super board.
  2. Draw:
    • If no player wins and all boards are full, the game ends in a draw.

🎮 Features

  • Offline Mode: Play with a friend on the same device.
  • Online Multiplayer: Challenge others in real time using WebSocket.
  • Move History: Step back and forward through the game to analyze moves.
  • Modern UI: Sleek and responsive design for both desktop and mobile.

Strategize, compete, and have fun! 🚀


About

Super Tic-Tac-Toe is an advanced take on the classic game, featuring nine interconnected boards where moves depend on the position of the previous move within each sub-board.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published