hasAllPlayers

abstract suspend fun hasAllPlayers(game: Game): Boolean

Checks if all required players have joined the game.

Return

True if both players are present, false otherwise.

Parameters

game

The game instance to check.