Module app

Package app.core.game


package app.core.game
  • Class
    Description
     
    Game<M extends Move<P>,P extends Piece>
    Interface of any game the application can play.
    GameView<M extends Move<P>,P extends Piece>
    Interface for retrieving game state
    Abstract piece for any game