项目作者: CKVB

项目描述 :
Simple multiplayer Tic Tac Toe game 🎮
高级语言: Python
项目地址: git://github.com/CKVB/Tic-Tac-Toe.git
创建时间: 2018-11-09T20:41:39Z
项目社区:https://github.com/CKVB/Tic-Tac-Toe

开源协议:MIT License

下载


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