Skip to content

Tired of regular Tic-Tac-Toe? Try the Super Tic-Tac-Toe instead! 🤯

Notifications You must be signed in to change notification settings

akdevv/super-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super-tic-tac-toe

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Game Rules

  1. Super Tic Tac Toe incorporates all the basic rules of regular Tic Tac Toe.
  2. The player using X starts the game. The subsequent move by player O must be in the smaller Tic Tac Toe grid that corresponds to the grid position marked by X.
  3. If the designated smaller Tic Tac Toe grid for the next move is either full or already won, the player is free to make their move in any grid.
  4. If a player's move leads to the next move being in a smaller Tic Tac Toe grid that is already won or full, the next player can choose any available space in any grid for their move.
  5. To win the game, a player must form a straight line (horizontal, vertical, or diagonal) comprised of three smaller Tic Tac Toe grids that they have won.
  6. The game ends when one of the players forms a line winner, or all grids are completed. The player with the most individual grid wins is declared the final winner if no line winner is formed.

About

Tired of regular Tic-Tac-Toe? Try the Super Tic-Tac-Toe instead! 🤯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published