nano-bot01 / Tic-Tac-Toe-Game

A Console based Application for multiplayer Tic Tac Toe game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe Game

A Console based Application of Tic Tac Toe game(multiuser) which runs on user input uses keyboard to play. The game supports two player at a time and they play consecutively after each other until one of them wins or game results in draw.

PLAYING THE GAME

Here are few steps to play the game and win.

  • After running the code an exe file would be created and a console will be seen.

001

  • For starting the game Player one has to map the numbers in boxes in lower matrix and with reference to that matrix player has to type the number of box in which he want to draw 'O' or 'X'

  • After this Player two will do the same thing to play the game.

  • The player will WIN who will mark three continous same marks in the given matrix first and a banner with winner tag will be shown up on console.

002

  • If no player will be able to mark the same pattern line then game will be draw. and program will ask user to play again or not by taking a choice from user:

003

    • If user click 'Y' OR 'y' then the game will start again from beginning.
    • Else the Game will be END.

OVERVIEW

  • this is a complete game.
  • checks for invalid number, letters and operators.
  • may start again if game is draw.
  • interactive, easy to use and play
  • No GUI Available

About

A Console based Application for multiplayer Tic Tac Toe game.

License:MIT License


Languages

Language:C++ 100.0%