Class: Hand

Hand(args)

The players hand

Constructor

new Hand(args)

Create a hand.
Parameters:
Name Type Description
args Object The properties of a hand.
Properties
Name Type Description
player_number number The number of the player.
pieces Array.<Object> The pieces in the hand.
Source:

Members

pieces :Pieces

Type:
  • Pieces
Source:

playerNumber :number

Type:
  • number
Source: