This game is similar to Tic-Tac-Toe but you will have to use your brain harder to win. This game has a 4x4 grid and 3 symbols 'A','B'&'C' instead of two symbols 'X'&'O' in Tic-Tac-Toe. This is 2-Player game. Each player will put a single symbol 'A','B' or 'C' in any cell of grid. The symbol player will choose is decided by simple sequence rule. That means if player-1 put symbol 'A' on grid, then player-2 must put symbol 'B' at his turn, then player-1 will put symbol 'C', then player-2 put symbol 'A'... That means player can decide only the position of next symbol. The next symbol will change in circular sequence after every turn. A->B->C->A->B->C->A...

To win the game: In Tic-Tac-Toe, player generates pattern "OOO" or "XXX" horizontally or vertically or diagonally, in this game if player puts a symbol and it generates patterns "AAA" or "BBB" or "CCC" or "ABC", horizontally or vertically or diagonally then he will win the game.

Built With

Share this project:

Updates