Tic-Tac-Toe 2.0

This project was created using Java. The board will change size according to the number of players. 3-10 players can play at the same time.

Tic-Tac-Toe 2.0 Demo

Steps To Play

- The program will ask for how many players are going to play. It will create appropriate board size according to the number of players.

- All the players need to enter unique characters to be used in the game. Press "Enter" key after entering each characters.

- It will ask players to decide how many pieces need to be connected to win the game.

- The game begins!

- Each time the program will ask to choose the slot to put characters. It will ask for the row number first and then the column number.

- he game will run until the a player won or the game is Tie.

        Learn More in GitHub