Class PlayGamePlan


  • public class PlayGamePlan
    extends Plan
    Play the game until a solution is found.
    • Constructor Detail

      • PlayGamePlan

        public PlayGamePlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan