Class RabbitHunt

java.lang.Object
  |
  +--RabbitHunt

public class RabbitHunt
extends java.lang.Object

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.

Version:
October 12, 2001
Author:
David Matuszek

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RabbitHunt

public RabbitHunt()
Method Detail

main

public static void main(java.lang.String[] args)
Main class for starting a rabbit hunt; no parameters are needed or used.


Generated by BlueJ