/tic-tac-toe

Simple implementation of the Tic-Tac-Toe game

Primary LanguagePython

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]