Example #1
0
 public Game()
 {
     deck = new int[52];
     myHand = new int[2];
     oppHand = new int[2];
     random = new Random();
     calcranges = new calcRanges();
     icm = new ICM();
     recognize = new Recognize();
     reset();
 }
Example #2
0
 public Game()
 {
     deck       = new int[52];
     myHand     = new int[2];
     oppHand    = new int[2];
     random     = new Random();
     calcranges = new calcRanges();
     icm        = new ICM();
     recognize  = new Recognize();
     reset();
 }