index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
Hearts
/
Player.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-22
LibCards+Games: Replace card "value" int with a Rank enum
Sam Atkins
2022-03-18
LibCards+Games: Change name of card type to card suit
Lenny Maiorani
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-06-01
Hearts: Prefer to pass high value cards
Gunnar Beutner
2021-06-01
Hearts: Pick better non-matching cards
Gunnar Beutner
2021-06-01
Hearts: Pick better lead cards
Gunnar Beutner
2021-05-25
Hearts: Add support for playing more than one hand
Gunnar Beutner
2021-05-25
Hearts: Implement passing cards to other players
Gunnar Beutner
2021-05-25
Hearts: Move sorting helper from Player::pick_lead_card into a method
Gunnar Beutner
2021-05-25
Hearts: Move hand sorting functionality into a method
Gunnar Beutner
2021-05-23
Hearts: Add key combinations to letting the AI play for you
Gunnar Beutner
2021-05-23
Hearts: Let the AI prefer lead cards for which other cards are in play
Gunnar Beutner
2021-05-22
Hearts: Let the AI pick better lead cards
Gunnar Beutner
2021-05-21
Games: Add Hearts
Gunnar Beutner