initial commit
This commit is contained in:
11
boards/tictactoe_win_5x5.json
Normal file
11
boards/tictactoe_win_5x5.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "TicTacToe",
|
||||
"start_state": [
|
||||
[-1, 0, -1, 1, -1],
|
||||
[ 1, -1, 1, -1, 1],
|
||||
[-1, 1, 0, 1, -1],
|
||||
[ 1, 0, 0, 0, 1],
|
||||
[-1, 1, 1, 0, -1]
|
||||
],
|
||||
"start_player": -1
|
||||
}
|
||||
Reference in New Issue
Block a user