https://github.com/martan03/tictactoe-cpp
TicTacToe console app
https://github.com/martan03/tictactoe-cpp
console-app tictactoe tictactoe-cpp tictactoe-game
Last synced: 4 months ago
JSON representation
TicTacToe console app
- Host: GitHub
- URL: https://github.com/martan03/tictactoe-cpp
- Owner: Martan03
- License: mit
- Created: 2022-10-20T10:09:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T20:29:45.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:48:46.806Z (5 months ago)
- Topics: console-app, tictactoe, tictactoe-cpp, tictactoe-game
- Language: C++
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
Console TicTacToe game implemented with C++.
Preview:
## Usage:
```
tictactoe [flags]
```## Flags
Displays help:
```
-h
```
Sets size of playing board:
```
-s [width] [height]
```
Sets win length:
```
-w [win length]
```Default board size is 3x3, win length is 3.
When you start the game, you can type 'quit' to exit the game.
## Links
- **Author:** [Martan03](https://github.com/Martan03)
- **GitHub repository:** [TicTacToe](https://github.com/Martan03/TicTacToe)
- **Author website:** [martan03.github.io](https://martan03.github.io)