Package com.collegeboard.gridworld.actor

Class Summary
Actor An Actor is an entity with a color and direction that can act.
ActorWorld A world that is occupied by actors.
Alien An alien is an actor that can move and turn.
Critter A critter is an actor that moves through its world, processing its neighbors in some way and then picking a new location.
Flower Some actors drop flowers as they move.
Rock A rock is an actor that does nothing.