Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

mert-turkgil/Basic-TicTacToe_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-TicTacToe-ConsoleAPP

BASIC TICTACTOE APP

Game rules: Tic-tac-toe is a paper and pencil game for two players. Each player, denoted by an X or O, takes turns filling in the blanks on a 3-by-3 grid. The player who manages to place the three corresponding marks in a horizontal, vertical or diagonal row wins the game.

Game board :

|---|---|---|

| 1 | 2 | 3 |

|-----------|

| 4 | 5 | 6 |

|-----------|

| 7 | 8 | 9 |

|---|---|---|

This is the simple app coded with visual studio and used C#