C# Class RockPaperScissorsPro.Game

Show file Open project: aaronjensen/compete.rock_paper_scissors_pro Class Usage Examples

Public Methods

Method Description
Game ( GameRules rules ) : System.Collections.Generic
Play ( Player player1, Player player2 ) : GameResults

Method Details

Game() public method

public Game ( GameRules rules ) : System.Collections.Generic
rules GameRules
return System.Collections.Generic

Play() public method

public Play ( Player player1, Player player2 ) : GameResults
player1 Player
player2 Player
return GameResults