Anonymous
Community variant

Super duper mega Tic-Tac-Toe

9x9 board, align 6 to win
This is a user-catalogued casual variant. Technical details such as board size, FEN, pieces, and hand rules are defined in the Fairy-Stockfish variants.ini block below.
Uploaded by
Rom142857
Visibility
public
Status
active

Generated rule overview

This variant is defined directly from a Fairy-Stockfish rule block. The text below is generated from the available configuration and may omit details that are only implicit in piece movement notation.

Board and setup

Default starting position
Default starting position

Pieces and movement

  • The piece set used on the board is: immobile piece (p).

Move rules

  • Castling is not allowed.
  • Pawn double-step moves are disabled.

Drops and hands

  • Pieces in hand can be dropped back onto the board. Droppable pieces are: immobile piece (p).

Winning and losing

  • A player can win by connecting 6 pieces horizontally, vertically and diagonally.
  • Stalemate is scored as a draw.

Draws and adjudication

  • There is no automatic n-move/50-move draw rule.

Fairy-Stockfish rules

[tictactoe9new]

maxRank = 9
maxFile = 9

pawn = p
immobile = p

startFen = 9/9/9/9/9/9/9/9/9[PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPpppppppppppppppppppppppppppppppppppppppp] w - - 0 1

pieceDrops = true

doubleStep = false
castling = false

stalemateValue = draw
immobilityIllegal = false

connectN = 6
connectPieceTypes = p

nMoveRule = 0