DraughtsStart
ostrat.pchess.pdraughts.DraughtsStart
object DraughtsStart extends DraughtsScen
Attributes
- Graph
-
- Supertypes
-
trait DraughtsScentrait ChessLikeScentrait SqGridScentrait GridTurnScenclass Objecttrait Matchableclass AnyShow all
- Self type
-
DraughtsStart.type
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- SqGridScen
Attributes
- Inherited from:
- ChessLikeScen
Attributes
- Inherited from:
- DraughtsScen
Attributes
- Definition Classes
- Inherited from:
- ChessLikeScen
The turn number. This will normally start at 0. The player will then give their instructions for turn 1. The scenario will take these orders / instructions and return the new game state at turn 1.
The turn number. This will normally start at 0. The player will then give their instructions for turn 1. The scenario will take these orders / instructions and return the new game state at turn 1.
Attributes
- Inherited from:
- DraughtsScen
Implicits
Inherited implicits
This gives the structure of the square grid. It contains no data about the elements of the grid. But it allows the scenario to create and operate on flat arrays of data.
This gives the structure of the square grid. It contains no data about the elements of the grid. But it allows the scenario to create and operate on flat arrays of data.
Attributes
- Inherited from:
- ChessLikeScen
In this article