gridWorldTest
Class BugRunner

java.lang.Object
  extended by gridWorldTest.BugRunner

public class BugRunner
extends java.lang.Object

This class runs a world that contains a bug and a rock, added at random locations. Click on empty locations to add additional actors. Click on populated locations to invoke methods on their occupants.
To build your own worlds, define your own actors and a runner class. See the BoxBugRunner (in the boxBug folder) for an example.
This class is not tested on the AP CS A and AB exams.


Constructor Summary
BugRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugRunner

public BugRunner()
Method Detail

main

public static void main(java.lang.String[] args)