place_move clarification
hwiechersUpdated Tuesday, February 2nd 2016 @ 07:29:32How does place_move work?
In getting started (http://theaigames.com/competitions/ultimate-tic-tac-toe/getting-started) it's described as
place_move i
where i is an integer but a later example showsplace_move 1 1
.I guess it should be "place_move x y" where x is the column index and y is the row index with both starting from 0. Is this right?
- Created Tuesday, February 2nd 2016 @ 08:55:21
Yes you are right, I'll update the the getting started page