BoardInitializeBoard Method |
Creates new
Square objects at the appropriate location in the board array and defines the neighbours
for each square.
Namespace: VikingChess.ModelAssembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public void InitializeBoard()
See Also