Skip to content

DavidSriker/TicTacToe_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TicTacToe

link to read about the game for the ones that are not familiar with it: https://en.wikipedia.org/wiki/Tic-tac-toe

Simple implementation of TicTacToe game in C++

Rules of the game are:

  1. each player is assigned with game sign 'o'/'x'
  2. each turn player choose where to place hiw move
  3. if player get a straight line/diagonal line with his sign, he wins otherwise when the board is full its a tie.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages