learn.e1
package learn.e1
Members list
Type members
Classlikes
case object CycleColour extends TurnCmd
Attributes
- Supertypes
- Self type
-
CycleColour.type
object Game
GameState. The game world state between turns. This is an ultra simple single player turn game, with only two actions, move and change colour. It is not intended as interesting game, but merely to illustrate the common features of a functionally implemented game.
GameState. The game world state between turns. This is an ultra simple single player turn game, with only two actions, move and change colour. It is not intended as interesting game, but merely to illustrate the common features of a functionally implemented game.
Attributes
- Companion
- object
- Supertypes
object GameState
A turned Command is a sealed trait
A turned Command is a sealed trait
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article