summaryrefslogtreecommitdiff
path: root/Userland/Games/Hearts/Game.h
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-22Hearts: Migrate to CardGameSam Atkins
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-06-02Hearts: Play the first valid card (left-to-right) when pressing spaceMatthew B. Jones
2021-06-01Hearts: Pick better cards when we're the third playerGunnar Beutner
2021-05-26Hearts: Highlight cards when an invalid play is attemptedGunnar Beutner
2021-05-25Hearts: Add support for playing more than one handGunnar Beutner
2021-05-25Hearts: Let the AI continuously play gamesGunnar Beutner
2021-05-25Hearts: Implement passing cards to other playersGunnar Beutner
2021-05-25Hearts: Move card click handler into a separate methodGunnar Beutner
2021-05-25Hearts: Move code to reposition cards into a separate methodGunnar Beutner
2021-05-25Hearts: Move round initialization into a separate methodGunnar Beutner
2021-05-23Hearts: Allow player to set their nameJosh Perry
2021-05-23Hearts: Add key combinations to letting the AI play for youGunnar Beutner
2021-05-22Hearts: Let the AI pick better lead cardsGunnar Beutner
2021-05-22Hearts: Remove dead codeGunnar Beutner
2021-05-21Games: Add HeartsGunnar Beutner