Class Hangman

java.lang.Object
drawing.hangman.Hangman

public class Hangman extends Object
This manages the stages of the hangman drawings by creating an array of stages which are assigned to an object.
Since:
2023
  • Constructor Details

    • Hangman

      public Hangman()
      Constructor of the HangMan object.
  • Method Details

    • getStageArray

      public Stage[] getStageArray()
      This returns the stageArray.
      Returns:
      Stage[]