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.
- Host: GitHub
- URL: https://github.com/khan-mujeeb/tic-tac-toe
- Owner: khan-mujeeb
- Created: 2021-12-25T10:59:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T11:19:30.000Z (over 4 years ago)
- Last Synced: 2025-04-05T07:42:10.388Z (over 1 year ago)
- Topics: cpp, tictactoe-game
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**