I'm having issues with my little program I've got a few classes down to a tee and am having issues with the War class.
With the following code I iterate a new game of War and I have stats that hopefully will help some figure out whats wrong.
Anyways when I run the simulation the results(For the Total Battles) are always the same. 52 battles per iteration and in my test of 2000 iterations I get a total of 52000 battles. Now I've done my research and I know for a fact that this is not how it is. Among a number of things I'm trying to create new Shuffling methods.
Shuffling Methods:
1. This is the one that I already have
2. Perfectly interlacing each and every card
3. Using both methods 1 and 2 to create this third method
Note:I know that using the first method and using an over load to
iterate through it(do it several times) is suffecient I just want to
have more of a variety is all.
Before reading the code I would like to give thanks to you for reading and possibly helping me with this subject. All critcisim and advice is greatly accepted!
Thanks again,
- Poab
Time for code:::
667 lines of code from top to bottom(including the brackets)