The document contains pseudocode for a game that tracks player scores at different difficulty levels. It takes input for the difficulty level and player choice, then displays instructions. For beginner level, it tracks the number of arrows a player misses and saves their score when they reach 10 arrows. For rookie level it does the same for a second player. It returns to the start when choice 1 is selected.