java.lang.Object | +--RabbitHunt
Describes a "rabbit hunt", in which a fox moves around a field containing bushes, looking for a rabbit. The rabbit, of course, tries not to be caught by the fox.
| Constructor Summary | |
RabbitHunt()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Main class for starting a rabbit hunt; no parameters are needed or used. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public RabbitHunt()
| Method Detail |
public static void main(java.lang.String[] args)