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