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

https://github.com/khan-mujeeb/tic-tac-toe

Tic Tac Toe Game using C++ This is the tic tac toe game made using the C++ programming language.
https://github.com/khan-mujeeb/tic-tac-toe

cpp tictactoe-game

Last synced: 11 months ago
JSON representation

Tic Tac Toe Game using C++ This is the tic tac toe game made using the C++ programming language.

Awesome Lists containing this project

README

          

# Tic-Tac-Toe
Tic Tac Toe Game using C++ This is the tic tac toe game made using the C++ programming language.

---
**Tic Tac Toe is a very popular paper-pencil game often played in classrooms on the last page of the notebook. In this game, two players mark X or 0 one by one in a 3x3 grid. To win the game, one has to complete a pair of 3 symbols in a line, and that can be a horizontal line, a vertical line, or a diagonal line.**