AIPlayerBaseInit Method

Function for initializing the AI player. This function is called once at the beginning of the game.

Definition

Namespace: ProjectLCore.Players
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
protected abstract void Init(
	int numPlayers,
	List<Puzzle> allPuzzles,
	string? filePath
)

Parameters

numPlayers  Int32
The number of players in the game.
allPuzzles  ListPuzzle
All the puzzles in the game.
filePath  String
The path to a file where the player might be storing some information.

See Also