pyttt

Multi Player Tic Tac Toe Game


Keywords
console-game, pypi-package, python3, tic-tac-toe
License
MIT
Install
pip install pyttt==0.5.4

Documentation

Tic Tac Toe Downloads PyPI version

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