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

https://github.com/virendracarpenter/tictactoecpp

Basic Tic Tac Toe Game made in C++
https://github.com/virendracarpenter/tictactoecpp

cpp game hacktoberfest terminal tictactoe-cpp tictactoe-game

Last synced: 8 months ago
JSON representation

Basic Tic Tac Toe Game made in C++

Awesome Lists containing this project

README

          

# TicTacToeCpp
Basic Tic Tac Toe Game made in C++

# How to Run

> Open Terminal

> git clone https://github.com/virendracarpenter/TicTacToeCpp.git

> cd TicTacToeCpp

> g++ *.cpp && ./a.out

Keep contributing.