asimMahat / Tic-tac-toe

A simple tic-tac-toe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

Asim Mahat

A simple tic-tac-toe game

Tic-tac-toe ,noughts and crosses, or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. Here i have written a python program to play the game in console/terminal. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.The above code doesnt need any libraries,could be run if python is installed in your system.

About

A simple tic-tac-toe game


Languages

Language:Python 100.0%