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++
- Host: GitHub
- URL: https://github.com/virendracarpenter/tictactoecpp
- Owner: virendracarpenter
- Created: 2021-07-17T08:45:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T06:59:23.000Z (almost 4 years ago)
- Last Synced: 2023-07-05T15:54:53.024Z (over 2 years 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.