Package example.wormgame

Class Summary
Worm A Worm is a combination of one or more WormLinks.
WormFood WormFood is a food item that the worm can eat.
WormLink WormLink represents one sub-section of a worm.
WormMain Main routine for worm MIDlet.
WormPit The WormPit contains a Worm and some WormFood.
WormScore The WormScore keeps track of the high scores for each of the worm levels.
 

Exception Summary
WormException A WormException occurs whenever the worm dies.