Metadata-Version: 2.1
Name: pyttt
Version: 0.5.4
Summary: Multi Player Tic Tac Toe Game
Home-page: https://github.com/CKVB/Tic-Tac-Toe/blob/master/ttt.py
Author: Chaitanya Krishna VB
Author-email: python7460@gmail.com
License: MIT LICENSE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Tic-Tac-Toe
Simple Multi Player TIC TAC TOE 

Tic-tac-toe (also known as noughts and crosses or Xs and Os) 
Is a Mutlti-Player 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.

# Install This Package : pip install pyttt

# Open The Python Console And Type : import ttt


