Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a game for two players. One player has the sign "o" and the other player has the sign "x". In a turns every players marking his sign or marks on the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. see also: https://en.wikipedia.org/wiki/Tic-tac-toe
- run the program
- enter first player name
- enter second player name
- first player enter a number between 1 and 3 (HORIZONTAL COORDINATE)
- first player enter a number between 1 and 3 (VERTICAL COORDINATE)
- second player enter a number between 1 and 3 (HORIZONTAL COORDINATE)
- second player enter a number between 1 and 3 (VERTICAL COORDINATE)
- do steps 4 to 7 until the game is over. Enjoy the game.
The Project is created with Clion form developer Jet Brains (Homepage: https://www.jetbrains.com/).