Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anubhab-m02/tic-tac-toe
A Tic Tac Toe game in C++
https://github.com/anubhab-m02/tic-tac-toe
Last synced: about 1 month ago
JSON representation
A Tic Tac Toe game in C++
- Host: GitHub
- URL: https://github.com/anubhab-m02/tic-tac-toe
- Owner: anubhab-m02
- Created: 2023-12-17T14:08:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T14:11:41.000Z (about 1 year ago)
- Last Synced: 2024-11-08T12:28:09.810Z (3 months ago)
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Tic Tac Toe game. This was coded in C++. The rand() function of C++ decides the computer's move.