AIAgent.MakeDecision - notruilin/DeceptionGame GitHub Wiki

public Actions MakeDecision(List AIactions);

Parameters

AIactions The list of Actions made by previous AIs

Description

Called before each AI's turn. You need to create and return an Actions here.

You may want to avoid to make the same actions as the shuttles before. For example, if shuttle 0 and shuttle 1 both pick up a counter at the same position in one turn, only shuttle 0 will get the counter.

⚠️ **GitHub.com Fallback** ⚠️