Expand description

Contains the MoveLeft, MoveRight, MoveUp, MoveDown, and MoveNone command structs that represent the specific movement commands.

Structs

  • Represents the Move Down command.
  • Represents the Move Left command.
  • Represents the Do Nothing command. This is the Null Object for this exercise.
  • Represents the Move Right command.
  • Represents the Move Up command.