An open API service indexing awesome lists of open source software.

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.

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.
>
> ![001](https://user-images.githubusercontent.com/78251168/173621686-336db59f-045d-45fa-8ef7-6b7affa3d457.png)
>
> * 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](https://user-images.githubusercontent.com/78251168/173621781-f2af1f07-0519-41fc-b36c-78788b6793f7.png)
>
> * 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](https://user-images.githubusercontent.com/78251168/173621739-8e5ba85a-1b2b-4180-b7f8-5a2ea6b5f37b.png)
>
> * * 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