mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:57:36 +00:00
Hearts: Play the first valid card (left-to-right) when pressing space
This commit is contained in:
parent
6f38ce8f47
commit
3ad7a1e944
2 changed files with 17 additions and 0 deletions
|
@ -44,6 +44,7 @@ private:
|
|||
void continue_game_after_delay(int interval_ms = 750);
|
||||
void advance_game();
|
||||
size_t pick_card(Player& player);
|
||||
size_t pick_first_card_ltr(Player& player);
|
||||
size_t player_index(Player& player);
|
||||
Player& current_player();
|
||||
bool game_ended() const { return m_trick_number == 13; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue