Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martan03/tictactoe-cpp
TicTacToe console app
https://github.com/martan03/tictactoe-cpp
console-app tictactoe tictactoe-cpp tictactoe-game
Last synced: about 2 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T20:29:45.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T15:04:05.419Z (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:
![Screenshot from 2022-10-20 12-27-06](https://user-images.githubusercontent.com/46300167/196924760-6e5c174e-adf0-4cde-8aae-5a7d5a8f39c9.png)## 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)