Click or drag to resize
BrandubhPagecanEscape Method
Checks to see if the King can reach one or more board edges on the next turn

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void canEscape(
	Piece piece
)

Parameters

piece
Type: VikingChess.ModelPiece
The Piece passed into check against.
See Also