i'll pay 2k for a good script that allows me to graph the results. Your choice in the language you use as long as it is free to get online (you can use excel if you want).
Long story short I want to simulate a bunch of games of shut the box, here is the link to its wikipedia with the rules
http://en.wikipedia.org/wiki/Shut_the_Box. I am going to be looking at the percent chance to win using different strategies. I need to do at least two different strategies, but three would be ideal. The first strategy would be to pick the highest number that you can use. The second strategy would be to use the most amount of numbers that you can per turn. The third would be to try to use combinations of mid value numbers. This last one being the most difficult to program I would assume and I can live without getting it to work. I am sure this is a bit confusing so please post questions. I will summarize the main programing tricks that you will need to use below. If you think you are capable of writing a code like this I will give you a more detailed explanation of the strategies.
Simulate two dice being rolled
Pick which numbers to use depending on the strategy that is being simulated
not use the numbers picked for the rest of that given game
Count the number of wins ( used all numbers 1-9) and losses (you do not have numbers that sum up to the number rolled)