G1HGame

ostrat.gOne.h1p.G1HGame
case class G1HGame(var scen: G1HScen, guiCounters: RArr[Counter])

Simple Game manager for G1HScen. Contains the Scenario and sequence of counters controlled by the single GUI player.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def endTurn(directives: HCenStepArr): G1HScen

Resolves turn. Takes an HCenStepArr. The directives are passed in as relative moves. This is in accordance with the principle in more complex games that the entity issuing the command may not know its real location.

Resolves turn. Takes an HCenStepArr. The directives are passed in as relative moves. This is in accordance with the principle in more complex games that the entity issuing the command may not know its real location.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Implicits

Implicits

implicit def gridSys: HGridSys