Package com.collegeboard.gridworld.actor

Class Summary
AbstractCritter A critter is an actor that moves through its world, processing its neighbors in some way and then picking a new location.
Actor An Actor is an entity with a color and direction that can act.
ActorWorld A world that is occupied by actors.
Bug A bug is an actor that can move and turn.
Flower Some actors drop flowers as they move.
Rock A rock is an actor that does nothing.
SimpleCritter A simple critter is a critter with basic implementations of the abstract methods of Critter.