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

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

Awesome Lists containing this project

README

          

# :o: TicTacToe :x:

![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)

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

![Start Screen](screenshots/start-screen.png "Start Screen")

> Invalid Move

![Invalid Move](screenshots/invalid-move.png "Invalid Move")

> Game Over

![Game Over](screenshots/game-over.png "Game Over")

> Winner Screen

![Winner Screen](screenshots/winner-screen.png "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)