Quote:
Originally Posted by NextoftheLegacy
This. And the option of running a set of n test draws so that we don't have to keep clicking a button over and over again for each test.
I could maybe build a probability module into the program. What language are you writing in?
Seconded. This has potential to be an incredibly powerful tool for Naruto players.
|
I used to have an interface similar to the one he described that I was using to test things before I wrote unit tests. I should be able to make some modifications to it to do what you are describing. I could certainly display N test hands of a given size. It would still probably be up to the user to inspect the hands and draw conclusions about their deck.
All of logic is written in Java (it shouldn't matter but the views are written in HTML/Javascript/CSS). I'm not sure exactly what you are describing here. What probabilities would you be calculating?