firstAvailableMovePlayer: Player that always takes the first move in the list of valid...

Description Usage Arguments Value Examples

Description

Internally this player calls getMoves and then picks the first entry in the list of moves. A player is a function that takes a game state as input and returns a valid move index.

Usage

1

Arguments

gameState

The gameState that the player should act on.

Value

moveIndex Index to a valid move as returned by the getMoves function.

Examples

1
2

rt3 documentation built on May 2, 2019, 6:38 a.m.