public static void Main(string[] args)
 {
     ConsolePlatform.Run(new BluntAxeBot());
 }
Example #2
0
 public static void Main(string[] args)
 {
     ConsolePlatform.Run(new Log4netBot());
 }
Example #3
0
 public static void Main(string[] args)
 {
     ConsolePlatform.Run(new CheckersBot());
 }
Example #4
0
 public static void Main(string[] args)
 {
     ConsolePlatform.Run(new AllInBot());
 }
Example #5
0
 public static void Main(string[] args)
 {
     ConsolePlatform.Run(new KingKongBot());
 }
 public static void Main(string[] args)
 {
     ConsolePlatform.Run(new PlayBetterHandsOnlyBot());
 }
Example #7
0
 public static void Main(string[] args)
 {
     ConsolePlatform.Run(new MyStarterBot());
 }