bellaisgroovy / tic-tac-toe

0 stars 0 forks source link

Player Interface #1

Open bellaisgroovy opened 6 months ago

bellaisgroovy commented 6 months ago

Create player interface with method move(board) that returns a dictionary representing a valid move (in form {"x":int,"y":int,...}