https://github.com/vivekpatel111/tic-tac-toe-game
Classic TicTacToe Console Game
https://github.com/vivekpatel111/tic-tac-toe-game
borland-cpp c-plus-plus console-game game game-2d
Last synced: about 1 year ago
JSON representation
Classic TicTacToe Console Game
- Host: GitHub
- URL: https://github.com/vivekpatel111/tic-tac-toe-game
- Owner: vivekpatel111
- License: mit
- Created: 2018-05-16T03:16:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T11:44:07.000Z (about 8 years ago)
- Last Synced: 2025-01-24T23:48:31.632Z (over 1 year ago)
- Topics: borland-cpp, c-plus-plus, console-game, game, game-2d
- Language: C++
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :o: TicTacToe :x:

TicTacToe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking 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.1
*This program is tested using Borland C++ Compiler.*
## File Structure
| File Name | Description |
| --- | --- |
| TICTACTOE.CPP | main application |
## Screenshots
> Start Screen

> Invalid Move

> Game Over

> Winner Screen

Keep playing :video_game: :space_invader:
### Reference
1. [Tic-tac-toe (From Wikipedia, the free encyclopedia)](https://en.wikipedia.org/wiki/Tic-tac-toe)