Example #1
0
        public static void Main(string[] args)
        {
            World bob = new World(60, 60);
            bob.run();

            Console.Write("Press any key to continue . . . ");
            Console.ReadKey(true);
        }
Example #2
0
 public Driver()
 {
     antWorld = new World(60, 60);
     //bob = new Drawer(antWorld.m_world);
 }