https://github.com/salmandeveloperz/tic-toc-toe-game-in-cpp
https://github.com/salmandeveloperz/tic-toc-toe-game-in-cpp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/salmandeveloperz/tic-toc-toe-game-in-cpp
- Owner: SalmanDeveloperz
- Created: 2023-12-04T19:08:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T03:08:16.000Z (about 2 years ago)
- Last Synced: 2025-04-08T22:51:30.992Z (about 1 year ago)
- Language: C++
- Size: 6.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tic Tac Toe AI Game
Welcome to Tic Tac Toe! This game allows you to challenge an intelligent AI computer in a classic battle of Xs and Os. The board is a 3x3 grid, and your goal is to form a line of three of your markers either horizontally, vertically, or diagonally. The AI is designed to make strategic moves, so prepare for a challenging match!
How to Play:
Player Marker: X
AI Computer Marker: O
Game Instructions:
Enter the row and column coordinates to place your X on the board.
The AI will then make its move strategically.
Continue taking turns until the game reaches a conclusion.
Legend:
X: Player Marker
O: AI Computer Marker