summaryrefslogtreecommitdiff
path: root/Userland/Games/Hearts/Player.h
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-22LibCards+Games: Replace card "value" int with a Rank enumSam Atkins
2022-03-18LibCards+Games: Change name of card type to card suitLenny Maiorani
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-06-01Hearts: Prefer to pass high value cardsGunnar Beutner
2021-06-01Hearts: Pick better non-matching cardsGunnar Beutner
2021-06-01Hearts: Pick better lead cardsGunnar Beutner
2021-05-25Hearts: Add support for playing more than one handGunnar Beutner
2021-05-25Hearts: Implement passing cards to other playersGunnar Beutner
2021-05-25Hearts: Move sorting helper from Player::pick_lead_card into a methodGunnar Beutner
2021-05-25Hearts: Move hand sorting functionality into a methodGunnar Beutner
2021-05-23Hearts: Add key combinations to letting the AI play for youGunnar Beutner
2021-05-23Hearts: Let the AI prefer lead cards for which other cards are in playGunnar Beutner
2021-05-22Hearts: Let the AI pick better lead cardsGunnar Beutner
2021-05-21Games: Add HeartsGunnar Beutner