Exemplo n.º 1
0
 public RpsGame()
 {
     _gameValidator = new RpsValidator();
     _engine        = new RpsEngine();
 }
Exemplo n.º 2
0
 public RpsBracketGame()
 {
     _engine        = new RpsEngine();
     _gameValidator = new RpsValidator();
 }