Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.