Skip to content

ElementSnow10/Tic-Tac-Toe-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎉 This is a beginner's project on creating the classic game of tic-tac-toe in C++.

GAME DESCRIPTION:

This is a two-player game (one of them being the computer). The game board is a 3x3 square grid. The two players take turns putting marks on the gamespace. The goal of the game is to be one of the players to get three same symbols in a row - horizontally, vertically or diagonally (The three possible winning allignments). The player who first gets 3 of the symbols in one of the desired winning allignments wins the game, and the other loses the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages