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

https://github.com/rickinshah/tic-tac-toe

Tic Tac Toe in C++
https://github.com/rickinshah/tic-tac-toe

cpp linux tic-tac-toe

Last synced: 2 months ago
JSON representation

Tic Tac Toe in C++

Awesome Lists containing this project

README

          

# Tic Tac Toe

Only for Linux/MacOs
===============

## Getting started

### Prerequisites

- Linux/MacOs
- GCC compiler

### 1. Clone the repository
```shell
git clone https://github.com/RickinShah/Tic-Tac-Toe.git
cd Tic-Tac-Toe
```

### 2. Compile the project
```shell
g++ main.cpp -o main
```

### 3. Run the project
```shell
./main
```