UserInterface specifications
npublic NimUI (GameManager theGame)
n Create a new user interface for the specified GameManager.
n require:theGame != null
n
npublic void update (GameManager target) n Notify this user interface of a state change in the specified GameManager.
n require:target != null
n
npublic void start ()
n Start the interface.