Skip to content

Musti1729/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Tic tac toe console game in C#

What?

Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. This is a simple console game with two players for playing with your friend and learning C#.NET

alt text

How?

For building from source in Visual Studio (or MonoDevelop or JetBrains Rider on linux), open xogame.sln with your IDE and run:

alt text

About

Tic tac toe console game (my C# training)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages