Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sathish111j/tictactoe

TicTacToe implemented using c++.Human VS Human , Human VS Computer with difficulty levels
https://github.com/sathish111j/tictactoe

Last synced: about 2 months ago
JSON representation

TicTacToe implemented using c++.Human VS Human , Human VS Computer with difficulty levels

Awesome Lists containing this project

README

        

# Tic Tac Toe Game in C

## Description
This repository contains a C program for a simple Tic Tac Toe game. It offers both Player vs. Player and Player vs. Computer modes with three difficulty levels for the computer (Easy, Medium, Hard).

## Features
- Two modes of play:
- Player vs. Player
- Player vs. Computer
- Computer opponent with three difficulty levels: Easy, Medium, Hard
- Score tracking for each player

## How to Play
- Compile the C file using any C compiler like GCC.
- Run the executable.
- Choose your mode of play and follow the on-screen instructions.

## Installation
1. Clone the repository:
```bash
git clone https://github.com/Sathish111j/TicTacToe.git