{{ block title }}
Part 1: Round {{ player.round_number }}: Unusual Uses Task
{{ endblock }}
{{ block content }}
Please list as many, as different, and as unusual uses for a
{{ if player.round_number == 1}}
{{ C.use_1 }}
{{ elif player.round_number == 2}}
{{ C.use_2 }}
{{ elif player.round_number == 3}}
{{ C.use_3 }}
{{ endif }}
as you can think of.
Do not restrict yourself to a specific size of a
{{ if player.round_number == 1}}
{{ C.use_1 }}.
{{ elif player.round_number == 2}}
{{ C.use_2 }}.
{{ elif player.round_number == 3}}
{{ C.use_3 }}.
{{ endif }}
You can also list uses that require several
{{ if player.round_number == 1}}
{{ C.use_1 }}s
{{ elif player.round_number == 2}}
{{ C.use_2 }}s
{{ elif player.round_number == 3}}
{{ C.use_3 }}s
{{ endif }}
or only parts of it.
Do not restrict yourself to uses you are familiar with but think of as many new uses as possible!