Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
int8 committed Apr 22, 2018
1 parent 3341e3c commit 35cc976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ func YourCustomRolloutPolicy(state GameState) Action {
#### Examples

##### Tic-Tac-Toe
There is a built-in tic-tac-toe game implementation available through
There is a built-in tic-tac-toe game implementation [available](https://github.com/int8/gomcts/blob/master/tictactoe.go) through
```TicTacToeBoardGameAction``` and ```TicTacToeGameState``` types

To play with it go for something like:
Expand Down

0 comments on commit 35cc976

Please sign in to comment.