jstaffans / tic-tac-toe

Simple implementation of the Tic-Tac-Toe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input: 

X x y   - place an X at coordinates [x, y].
O x y   - place an O at coordinates [x, y].

x,y = [1,3]

About

Simple implementation of the Tic-Tac-Toe game


Languages

Language:Python 100.0%