Roll dice, flip coins and keep track of points.
This simple application allows the user to roll up to 12 D6 dice individually or simultaneously, flip a coin and keep track of count or points. The dice outcomes are determined by a randomly generated number generated 20 times before setting the final outcome of each dice so as to ensure unpredictability. The coin flip is determined by a generated number falling above or below 50 in a 100 range. The counter is a simple integer that is added and subtracted.