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: 29 days ago
JSON representation
Basic Tic Tac Toe Game made in C++
- Host: GitHub
- URL: https://github.com/virendracarpenter/tictactoecpp
- Owner: virendracarpenter
- Created: 2021-07-17T08:45:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T06:59:23.000Z (over 4 years ago)
- Last Synced: 2025-05-31T16:49:58.733Z (12 months ago)
- Topics: cpp, game, hacktoberfest, terminal, tictactoe-cpp, tictactoe-game
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.