public static void Main(string[] args) { ConsolePlatform.Run(new BluntAxeBot()); }
public static void Main(string[] args) { ConsolePlatform.Run(new Log4netBot()); }
public static void Main(string[] args) { ConsolePlatform.Run(new CheckersBot()); }
public static void Main(string[] args) { ConsolePlatform.Run(new AllInBot()); }
public static void Main(string[] args) { ConsolePlatform.Run(new KingKongBot()); }
public static void Main(string[] args) { ConsolePlatform.Run(new PlayBetterHandsOnlyBot()); }
public static void Main(string[] args) { ConsolePlatform.Run(new MyStarterBot()); }