inonit.domain.game.card.hearts
Class Game

java.lang.Object
  |
  +--inonit.domain.game.card.hearts.Game

public class Game
extends java.lang.Object

Unsupported.


Inner Class Summary
static interface Game.Participant
          Unsupported.
 
Constructor Summary
Game(Entrant[] participants, Rules rules, java.io.PrintWriter printWriter)
           
 
Method Summary
 Score[] play()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game(Entrant[] participants,
            Rules rules,
            java.io.PrintWriter printWriter)
Method Detail

play

public Score[] play()