Class HelpTipsOption

java.lang.Object
javatro.manager.options.HelpTipsOption
All Implemented Interfaces:
Option

public class HelpTipsOption extends Object implements Option
The HelpTipsOption class provides gameplay tips for javatro. This command is executed when the player requests tips for improving their strategy.
  • Constructor Details

    • HelpTipsOption

      public HelpTipsOption()
  • Method Details

    • getDescription

      public String getDescription()
      Returns a description of this command.
      Specified by:
      getDescription in interface Option
      Returns:
      A string describing the command.
    • execute

      public void execute() throws JavatroException
      Executes the command to display gameplay tips.
      Specified by:
      execute in interface Option
      Throws:
      JavatroException - If an error occurs during execution.