Skip to content

Martan03/tictactoe-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

Console TicTacToe game implemented with C++.

Preview: Screenshot from 2022-10-20 12-27-06

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