Click or drag to resize
TablutPagemoveCPU Method
Processes a move for the CPU player

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void moveCPU(
	Player currentPlayer,
	Tuple<Square, Piece, Square> cpuMovesTuple
)

Parameters

currentPlayer
Type: VikingChess.ModelPlayer
The current Player of the Game
cpuMovesTuple
Type: SystemTupleSquare, Piece, Square
A TupleT1, T2, T3 containing the origin Square, destination Square and selected Piece to move.
See Also