https://github.com/preetmishra/tictactoe
A Tic-Tac-Toe game for two players written in C++.
https://github.com/preetmishra/tictactoe
cpp
Last synced: 14 days ago
JSON representation
A Tic-Tac-Toe game for two players written in C++.
- Host: GitHub
- URL: https://github.com/preetmishra/tictactoe
- Owner: preetmishra
- Created: 2018-10-14T00:06:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T15:36:55.000Z (almost 7 years ago)
- Last Synced: 2024-03-30T12:40:06.915Z (over 2 years ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
A Tic-Tac-Toe game for two players written in C++.
### Rules
A [Cyber Oculus web page](http://www.cyberoculus.com/tic-tac-toe.asp?Action=Rules) (Copyright 1998-2000) describes Tic-Tac-Toe as follows:
The object of Tic-Tac-Toe is to get three in a row. You play on a three by three game board. The first player is known as X and the second is O. Players alternate placing Xs and Os on the game board until either oppent has three in a row or all nine squares are filled. X always goes first, and in the event that no one has three in a row, the stalemate is called a cat game.
# Author
**Preet Mishra**.