Game Constructor (Board, TupleString, String, String, String, String) |
The Main Constructor
Namespace: VikingChess.ModelAssembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public Game(
Board board,
Tuple<string, string, string, string, string> parameters
)
Parameters
- board
- Type: VikingChess.ModelBoard
The Board to use for the Game. - parameters
- Type: SystemTupleString, String, String, String, String
A TupleT1, T2, T3, T4, T5 containing the setup parameters for this game
See Also