Views
No views yet
1{
2 "move": <int>, # 0 to 8, representing a cell on the 3x3 board
3 "player": "<str>" # 'X' or 'O'
4}1{
2 "board": [[<row1>], [<row2>], [<row3>]],
3 "message": "Move successful."
4}1{
2 "board": [[<row1>], [<row2>], [<row3>]]
3}pip install -r requirements.txt