The document contains code for a rock-paper-scissors game that tracks scores between two players over 5 rounds. It prompts the players to input their choice, compares the choices to determine a winner, and displays the updated scores. If the choices are the same, it declares a draw. It uses if/else statements to handle the different combinations of inputs and outputs the results of each round until all 5 rounds are completed.