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
/
Game.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-22
Hearts: Migrate to CardGame
Sam Atkins
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2021-06-02
Hearts: Play the first valid card (left-to-right) when pressing space
Matthew B. Jones
2021-06-01
Hearts: Pick better cards when we're the third player
Gunnar Beutner
2021-05-26
Hearts: Highlight cards when an invalid play is attempted
Gunnar Beutner
2021-05-25
Hearts: Add support for playing more than one hand
Gunnar Beutner
2021-05-25
Hearts: Let the AI continuously play games
Gunnar Beutner
2021-05-25
Hearts: Implement passing cards to other players
Gunnar Beutner
2021-05-25
Hearts: Move card click handler into a separate method
Gunnar Beutner
2021-05-25
Hearts: Move code to reposition cards into a separate method
Gunnar Beutner
2021-05-25
Hearts: Move round initialization into a separate method
Gunnar Beutner
2021-05-23
Hearts: Allow player to set their name
Josh Perry
2021-05-23
Hearts: Add key combinations to letting the AI play for you
Gunnar Beutner
2021-05-22
Hearts: Let the AI pick better lead cards
Gunnar Beutner
2021-05-22
Hearts: Remove dead code
Gunnar Beutner
2021-05-21
Games: Add Hearts
Gunnar Beutner