Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emna-chebbi/tic-tac-toe-game
Tic-Tac-Toe Game
https://github.com/emna-chebbi/tic-tac-toe-game
cpp development game tic-tac-toe tictactoe-game
Last synced: about 1 month ago
JSON representation
Tic-Tac-Toe Game
- Host: GitHub
- URL: https://github.com/emna-chebbi/tic-tac-toe-game
- Owner: Emna-chebbi
- Created: 2024-10-14T20:49:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:29:17.000Z (3 months ago)
- Last Synced: 2024-11-04T20:31:49.973Z (3 months ago)
- Topics: cpp, development, game, tic-tac-toe, tictactoe-game
- Language: C++
- Homepage:
- Size: 973 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe Game (XO) in C++
This repository contains a simple command-line Tic-Tac-Toe (XO) game written in C++. It allows two players to play against each other in a classic 3x3 grid format.
## Features
- **Player vs Player**: Two players can play on the same machine, taking turns to mark their moves.
- **Simple Interface**: The game is text-based and runs on the command line.
- **Winner Detection**: The game detects and announces the winner or declares a draw if no moves are left.