{{ block title }}Your Guess{{ endblock }} {{ block content }} {{ if player.is_bid_winner == True }}

Your bid was {{ player.bid }} The Random Number choosen was {{ player.selected_bid }}

AI Advice for Playing Guessing Game:

In the single-round "2/3 of the average" guessing game with participants choosing from 0 to 100, I would advise you to choose a number between 25 and 35. This range strikes a balance between strategic anchoring and avoiding common clustering tendencies.

{{ else }}

Your bid was {{ player.bid }} The Random Number choosen was {{ player.selected_bid }}

Sorry, you did not win the Bid to get the Advice. Please continue with the game.

{{ endif }}
{{ formfields }} {{ next_button }}
ⓘ Click to Read Game Instructions Again: {{ include_sibling 'instructions_s.html' }}
{{ endblock }}