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++
- Host: GitHub
- URL: https://github.com/rickinshah/tic-tac-toe
- Owner: RickinShah
- Created: 2023-05-08T04:26:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:36:38.000Z (over 1 year ago)
- Last Synced: 2025-01-13T16:27:41.017Z (over 1 year ago)
- Topics: cpp, linux, tic-tac-toe
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```