Player Specifications
npublic Player (String name)
n Create a new Player with the specified name.
n require:name != null
n ensure:this.name() == name
n
npublic String name ()
n This Player’s name.