interface AdministratorI { // Sequence contract // registerPlayer . registerPlayer . playGame void registerPlayer(PlayerI p); String playGame(); // starts the game, returns a string indicating who one }