Add db for backup and memory happiness
This commit is contained in:
@@ -7,5 +7,5 @@ public interface IChessService
|
||||
GameState CreateNewGame();
|
||||
List<(ChessPiece piece, List<Position> moves)> GetAllLegalMoves(GameState gameState);
|
||||
List<Position> GetLegalMovesForPiece(GameState gameState, string pieceId);
|
||||
MoveResultDto MakeMove(GameState gameState, MoveDto moveDto);
|
||||
Task<MoveResultDto> MakeMove(GameState gameState, MoveDto moveDto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user