The Movement package contains classes that allow a game piece to move.
The heart of this package is the Movement interface. Each class that implements
this controls the movement of the Actor. The movement can be in the form of user
input or computer controlled AI.
Package Specification
Related Documentation