{{ extends "global/Page.html" }} {{ block title }}Lucky Numbers Option{{ endblock }} {{ block content }}
Before the game begins, you have the option to choose {{ C.LUCKY_NUMBERS_COUNT }} lucky numbers.
If you choose lucky numbers, you may select {{ C.LUCKY_NUMBERS_COUNT }} numbers from {{ C.MIN_LUCKY_NUMBER }} to {{ C.GRID_SIZE }}.
Important: If the bomb is located at one of the lucky numbers you selected, it will not explode and you will be fully protected. Your bonus will remain safe!
Would you like to choose lucky numbers?
{{ formfields }} {{ next_button }} {{ endblock }}