コード例 #1
0
ファイル: play.go プロジェクト: jwowillo/mancalai
// AvailableAgentConstructors returns all of the available agents for use in
// this package.
func AvailableAgentConstructors() []ai.AgentConstructor {
	return append(ai.AvailableAgentConstructors(), NewHumanAgent)
}
コード例 #2
0
ファイル: sort.go プロジェクト: jwowillo/mancalai
// AvailableAgentConstructors is all of the available ai.AgentConstructors
// available in this package.
func AvailableAgentConstructors() []ai.AgentConstructor {
	return ai.AvailableAgentConstructors()
}