Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sathish111j/tictactoe
- Owner: Sathish111j
- Created: 2023-11-24T03:46:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T04:06:49.000Z (about 1 year ago)
- Last Synced: 2023-11-25T04:28:27.038Z (about 1 year ago)
- Language: C
- Size: 6.84 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 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