Class ChessGame

java.lang.Object
com.chess.backend.gamemodel.ChessGame
All Implemented Interfaces:
IGame

public class ChessGame extends Object implements IGame
Class responsible for the starts of new games, loading games, saving it, and for ending it. This class is also responsible for appoing player with have a move at the moment
  • Constructor Details

    • ChessGame

      public ChessGame()