GameManager specifications (cont.)
npublic void register (NimUI observer)
n Register a user interface; user interface will be notified of GameManager state changes.
n require:observer != null
n
npublic void play ()
n Play a game of simple nim.
n