Interface ChessMenuController

All Known Implementing Classes:
ChessController

public interface ChessMenuController
The interface Chess menu controller.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply random move.
    void
    Load fen.
    void
    New game.
    void
    Undo move.
  • Method Details

    • newGame

      void newGame()
      New game.
    • loadFEN

      void loadFEN()
      Load fen.
    • undoMove

      void undoMove()
      Undo move.
    • applyRandomMove

      void applyRandomMove()
      Apply random move.