summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-04Hearts: Don't destroy the animation handler while running itGunnar Beutner
2021-06-04Solitaire+LibCards: Draw card stacks with rounded cornersTimothy Flynn
2021-06-04Solitaire: Fixes undo feature from incorrect merge conflict resolutionMatthew Jones
2021-06-03Solitaire: Add keys for drawing and moving cards to foundation stacksMatthew B. Jones
2021-06-03Solitaire: Add undo functionalityMatthew B. Jones
2021-06-02Hearts: Play the first valid card (left-to-right) when pressing spaceMatthew B. Jones
2021-06-02LibChess: Change cursor style when hovering or dragging valid pieceBrandonKi
2021-06-01Hearts: Fix sorting for pick_low_points_high_value_cardGunnar Beutner
2021-06-01Hearts: Prefer to pass high value cardsGunnar Beutner
2021-06-01Hearts: Pick better non-matching cardsGunnar Beutner
2021-06-01Hearts: Make debugging AI suggestions easierGunnar Beutner
2021-06-01Hearts: Pick better cards when we're the third playerGunnar Beutner
2021-06-01Hearts: Pick better lead cardsGunnar Beutner
2021-05-27Solitaire: Start timer when first card is movedMarcus Nilsson
2021-05-26Hearts: Highlight cards when an invalid play is attemptedGunnar Beutner
2021-05-25Solitaire: Persist high score separately per game modeTimothy Flynn
2021-05-25Solitaire: Award bonus points based on time elapsedTimothy Flynn
2021-05-25Solitaire: Tweak scoring for three-card draw modeTimothy Flynn
2021-05-25Solitaire: Remove dead call to Game::start_game_over_animationTimothy Flynn
2021-05-25Solitaire: Only update high score after a victorious gameTimothy Flynn
2021-05-25Hearts: Don't advance the game's state when an animation is playingGunnar Beutner
2021-05-25Hearts: Fix animations that get stuck "mid-flight"Gunnar 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 sorting helper from Player::pick_lead_card into a 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-25Hearts: Move hand sorting functionality into a 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-23Hearts: Let the AI prefer lead cards for which other cards are in playGunnar Beutner
2021-05-23Hearts: Fix sorting function for lead cardsGunnar Beutner
2021-05-22Hearts: Let the AI pick better lead cardsGunnar Beutner
2021-05-22Hearts: Prefer to play Queen of Spades when we're the trailing playerGunnar Beutner
2021-05-22Hearts: Fix crash when starting an animation when there already is oneGunnar Beutner
2021-05-22Hearts: Remove dead codeGunnar Beutner
2021-05-22GameOfLife: Add choosable patternsRyan Wilson
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20Solitaire: Fix a spelling mistake in one of the variable namesGunnar Beutner
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-18Solitaire: Prevent player dragging entire stack to foundationJesse Buhagiar
2021-05-18Pong: Make the game winnableDmitrii Ubskii
2021-05-18Pong: Fix paddle movement across resets if keys are heldDmitrii Ubskii