Anonymous
Community variant

Super Tic-tac-toe

Tic tac Toe on a massive 5x5 board. Connect 4 in any direction 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
Hailstorm
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 4 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

[tictactoe5]

maxRank = 5
maxFile = 5

pawn = p
immobile = p

startFen = 5/5/5/5/5[PPPPPPPPPPPPPpppppppppppp] w - - 0 1

pieceDrops = true

doubleStep = false
castling = false

stalemateValue = draw
immobilityIllegal = false

connectN = 4
connectPieceTypes = p

nMoveRule = 0