saveEndGame

open suspend override fun saveEndGame(game: Game)

Saves the final game state at the end of a game session. Handles cleanup and proper storage of winner information.

Parameters

game

The completed game to save.