Skip to content

Tic tac toe code in CPP language between two human player and using only iostream libraray

License

Notifications You must be signed in to change notification settings

RaresRacsan-s-Contributions/Tic-Tac-Toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

CPP Logo

Tic-Tac-Toe

Welcome to my first project! This is a simple implementation of the classic game Tic-Tac-Toe written in C++. The game allows two human players to compete against each other using the console.

Features

  • Two-player gameplay
  • Easy to follow console interface
  • Implemented using only the iostream library

Getting Started

To play the game, simply clone this repository and run the code in an environment that supports C++. Enjoy the challenge of outsmarting your opponent!

How to Play

  1. Players take turns to mark their symbol (X or O) on a 3x3 grid.
  2. The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins the game.
  3. If all squares are filled without a winner, the game ends in a draw.

Contact Information

For any questions or concerns regarding the course, please reach out to:

Feel free to explore the code, suggest improvements, or contribute to its development. Happy playing!

About

Tic tac toe code in CPP language between two human player and using only iostream libraray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%