https://github.com/nano-bot01/tic-tac-toe-game
A Console based Application for multiplayer Tic Tac Toe game.
https://github.com/nano-bot01/tic-tac-toe-game
ankit-nainwal cpp game games tic-tac-toe tictactoe
Last synced: about 1 month ago
JSON representation
A Console based Application for multiplayer Tic Tac Toe game.
- Host: GitHub
- URL: https://github.com/nano-bot01/tic-tac-toe-game
- Owner: nano-bot01
- License: mit
- Created: 2022-06-14T15:22:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T16:33:21.000Z (over 3 years ago)
- Last Synced: 2025-03-12T19:15:01.768Z (7 months ago)
- Topics: ankit-nainwal, cpp, game, games, tic-tac-toe, tictactoe
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
>
> 
>
> * 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.
>
> 
>
> * 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:
>
> 
>
> * * If user click `'Y' OR 'y'` then the game will start again from beginning.
> * * Else the Game will be END.
![]()
## OVERVIEW
> - [x] this is a complete game.
> - [x] checks for invalid number, letters and operators.
> - [x] may start again if game is draw.
> - [x] interactive, easy to use and play
> - [ ] No GUI Available