Skip to content

Tic Tac Toe is a terminal game written in C++. The game allows two players to play against each other, taking turns marking spaces on a 3x3 grid. The first player to get three in a row wins. The game is easy to play and a great way to pass the time.

Notifications You must be signed in to change notification settings

jyotirmoydotdev/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

1|2|3
-+-+-
4|5|6
-+-+-
7|8|9
[Note: Enter the number where you want to put X/O]
 Enter player 1 first name:

Tic Tac Toe is a terminal game written in C++. The game allows two players to play against each other, taking turns marking spaces on a 3x3 grid. The first player to get three in a row wins. The game is easy to play and a great way to pass the time.

Usage

$ g++ -std=c++20 main.cpp -o main
$ ./main

About

Tic Tac Toe is a terminal game written in C++. The game allows two players to play against each other, taking turns marking spaces on a 3x3 grid. The first player to get three in a row wins. The game is easy to play and a great way to pass the time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages