Describe parameters characterizing states in the game given below Create a game tree for the game described below. Each node of the game tree must contain not only values of parameters characterizing states, but also its label (A, B, C, etc.) chosen arbitrary by the student. Game description At the beginning of the game, the number 3 is given and the common score is equal to 0 (in this game, there is no separate score for each player). The players alternate moves by multiplying the current number by 3 or 4. If the number obtained after the multiplication is an even number, 1 point is subtracted from the common score. However, if the number obtained is an odd number, then 1 point is added to the common score. It is not allowed to get a number that is higher than 324. If, at the end of the game, the common score is less than 0, the player who started the game wins it. Otherwise, the second player wins the game.