All Known Subinterfaces:
GameManager
All Known Implementing Classes:
ServerGameManager

public interface GameFlow
  • Method Details

    • readyToStartGame

      boolean readyToStartGame()
    • startGame

      void startGame(Connection client)
    • readyToEndGame

      boolean readyToEndGame()
    • endGame

      void endGame(Connection client)