I wrote a simple Perl script to compute "intensity cube" (dice) odds,
but my results differ from the generally accepted odds. Could someone
take a quick look at:
http://github.com/barrycarter/bcapps/bl ... b-cubes.pl
and see what I'm doing wrong? When I do this:
bc-conquerclub-cubes.pl | sort | uniq -c
I get:
1350 A: 0, D: 2
3780 A: 1, D: 1
2646 A: 2, D: 0
According to http://gamesbyemail.com/Games/Gambit/BattleOdds (and
other sites), the generally accepted odds are:
2275 A: 0, D: 2
2611 A: 1, D: 1
2890 A: 2, D: 0
Is this a glitch in my program or have I discovered something Earth-shattering?
Of course, I may just be misunderstanding the way intensity cubes work.