Hello people. Sorry I haven’t checked back here in so long.
What with school and other projects, I don’t really have time to maintain this anymore with rule changes and such. I would be happy to give someone the code if they wanted to give it a shot.
I have to warn you though, this app is not at all an easy one to maintain, for a few reasons:
1. Much of it is written like crap. I started the original version of this when I was pretty new to programming in general
2. No real documentation or comments at all. What can I say, I never expected anyone other than me to be looking at it
3. The calculation algorithm is REALLY complicated. I mainly wanted to to this for the challenge of it, but Monte Carlo methods (i.e. repeated dice rolling) are much more practical for this problem. There are tons of unforeseen complications once you actually get into it.