Package com.chess.backend.gamemodel
Class ChessGame
java.lang.Object
com.chess.backend.gamemodel.ChessGame
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.chess.backend.domain.models.IGame
getActivePlayer, getChessboard, getId, getMoves, getPlayers, setActivePlayer, setChessboard, setId, setMoves, setPlayers
-
Constructor Details
-
ChessGame
public ChessGame()
-