Class BlindSelectScreen

java.lang.Object
javatro.display.screens.Screen
javatro.display.screens.BlindSelectScreen

public class BlindSelectScreen extends Screen
Represents the screen for selecting the blind in the game. This screen provides options to accept or reject the blind and visually displays the current blind settings.
  • Constructor Details

    • BlindSelectScreen

      public BlindSelectScreen() throws JavatroException
      Constructs a BlindSelectScreen and initializes the available options.
      Throws:
      JavatroException - if there is an error initializing the screen.
  • Method Details

    • displayScreen

      public void displayScreen()
      Displays the Blind Selection screen with highlighted sections based on the current blind setting.
      Specified by:
      displayScreen in class Screen