{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

Round 1 Rules


  • For every point that B bids, the computer puts 1 'B' ball in the Bid Bag.
  • For every point that A bids, the computer puts 3 'A' balls in the Bid Bag.

   Then the computer draws 1 ball at random from the bid bag.

  • If the computer draws an 'A' ball, then A wins
  • If the computer draws a 'B' ball, then B wins



{% next_button %} {% endblock %}