I have access to mathematica, or matlab 2014. I have never used mathematica so matlab would be preferred. I am not too experienced with matlab, but I have used it before. Willing to pay 1000 fg if you work with me to get my script to work.
Long story short I need 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)