Skip to content

The classic Tic Tac Toe Game (Beginner Project) where you can determine the size of the board (Ex: 3x3 or 5x5)

Notifications You must be signed in to change notification settings

Tomajari/Tictactoe-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tictactoe-v2

This is a simple command-line Tic-Tac-Toe implementation in C++. In addition to the traditional 3×3 board, you can choose any board size (3×3, 5×5, 7×7, etc.) at startup. The goal remains the same: get N of your marks in a row (horizontally, vertically, or diagonally) before your opponent does.

About

The classic Tic Tac Toe Game (Beginner Project) where you can determine the size of the board (Ex: 3x3 or 5x5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages