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