C# Class PivotalPoker.Models.Game

Each story has one game
Afficher le fichier Open project: cheezburger/pivotal-poker Class Usage Examples

Méthodes publiques

Méthode Description
AddPlayer ( Player player ) : void
Game ( ) : System
GetCards ( ) : IEnumerable
InvokeConsensus ( ) : void
Play ( Card card ) : void
Reset ( ) : void

Private Methods

Méthode Description
CheckForConsensus ( ) : void
GetPoints ( ) : int

Method Details

AddPlayer() public méthode

public AddPlayer ( Player player ) : void
player Player
Résultat void

Game() public méthode

public Game ( ) : System
Résultat System

GetCards() public méthode

public GetCards ( ) : IEnumerable
Résultat IEnumerable

InvokeConsensus() public méthode

public InvokeConsensus ( ) : void
Résultat void

Play() public méthode

public Play ( Card card ) : void
card Card
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void