saveOnlyBoard

open suspend override fun saveOnlyBoard(gameName: String?, gameState: GameState?)

Saves only the board state and last player to storage. Used during gameplay to persist moves without modifying player information.

Parameters

gameName

The name of the game to update.

gameState

The current game state with updated board.