Skip to content

devnickverma/TicTacToe-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Tic Tac Toe - CPP

Tic Tac Toe, implemented in C++, is a classic two-player board game played on a 3x3 grid. The objective is to be the first to form a straight line of three markers, either horizontally, vertically, or diagonally. The game begins with an empty grid, and players take turns placing their designated markers (usually "X" and "O") on any available cell. The program handles user input, validates moves, and checks for a winning condition. It provides a simple yet engaging gameplay experience, making use of loops, conditionals, and arrays to ensure smooth execution and enjoyable interactions between players.

  • Player Name

1

  • Dashboard

2

  • Game Console

3

  • Player Input

4

  • Winner Page

5

  • Dashborad Score

6

About

Basic console CPP Tic Tac Toe game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages