namespace Game { /// /// Enumerates the different commands that the user can issue during /// the game. /// public enum Command { MakeGuess, ShowBoard, Quit } }