https://github.com/coderunner5235/tictactoe
The most basic TicTacToe terminal based game written in C++
https://github.com/coderunner5235/tictactoe
Last synced: about 1 year ago
JSON representation
The most basic TicTacToe terminal based game written in C++
- Host: GitHub
- URL: https://github.com/coderunner5235/tictactoe
- Owner: CodeRunner5235
- License: gpl-3.0
- Created: 2024-09-08T17:28:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:00:11.000Z (over 1 year ago)
- Last Synced: 2025-01-02T18:25:59.335Z (over 1 year ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe
The most basic cross platform TicTacToe terminal based game written in C++
To run it, open your system's terminal and run it in there.
To build it, GNU C++ compiler. Then open your terminal and run:
Unix based systems:
g++ /path/to/TicTacToe.cpp
Windows:
g++ \path\to\TicTacToe.cpp