{{ extends 'global/Page.html' }} {{ block title }}Duel Simulation{{ endblock }} {{ block content }} {{ formfields }}
•After both players indicate their choice, the computer simulates the duel in two steps.
•First, it determines who is shooting, i.e. who is the fastest cowboy. This is based on which player wants to wait the least before shooting. Ties are broken randomly, with equal chance.
•Second, it determines if the shot is successful, based on the accuracy probability in that period. If the shot is successful, the fastest cowboy wins the round. Otherwise, the slowest cowboy wins the round.
{{ next_button }} {{ endblock }}