
Description
First, you enter the number of armies attacking and defending. Then, hit go. As the app runs, it shows you each roll of the dice, and the results. You can speed it up or slow it down as it runs. At any point, you can choose to stop the attack, and then restart it from the same point.
The dice are rolled using the arc4random() function from the c library: stdlib.h. This is an industry accepted random number generated, and is almost certainly more random than the dice that came with your game.
This app is not affiliated with any company who makes Risk games, or any board games. It does not give any features that allow you to play the game of Risk, it is only a supplement to make your Risk games more fun.
less...