summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
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
2021-05-18Pong: Improve mouse controlsDmitrii Ubskii
2021-05-18Pong: Improve AI paddle movementDmitrii Ubskii
2021-05-18Pong: Fix score displayDmitrii Ubskii
2021-05-18Solitaire: Display high score in status barTimothy Flynn
2021-05-18Solitaire: Track and persist high scoreTimothy Flynn
2021-05-18Solitaire: Persist game mode to config fileTimothy Flynn
2021-05-182048: Display action status tips in status barTimothy Flynn
2021-05-182048: Do not default to only temporarily applying settings changesTimothy Flynn
2021-05-182048: Widen the settings windowTimothy Flynn
2021-05-182048: Intialize settings window with current valuesTimothy Flynn
2021-05-18Solitaire: Stop timer if new game animation is runningMarcus Nilsson
2021-05-182048: Minimize player score when selecting worst tileDmitrii Ubskii
2021-05-182048: Evil AI logic: select new tile in the worst positionDmitrii Ubskii
2021-05-182048: Evil AI settings entryDmitrii Ubskii
2021-05-182048: Refactor tile sliding and score logic out of attempt_move()Dmitrii Ubskii
2021-05-17Chess: Fix signed/unsigned issuesJean-Baptiste Boric
2021-05-17Chess: Make the main widget a GUI::Frame for a nicer look :^)Andreas Kling
2021-05-16GameOfLife: Don't randomize cells on board resizeLinus Groh
2021-05-16GameOfLife: Use a frame as the board widget containerLinus Groh
2021-05-16GameOfLife: Add vertical separator between interval and action buttonsLinus Groh
2021-05-16GameOfLife: Move "ms" interval label to GMLLinus Groh
2021-05-16GameOfLife: Auto-size toolbar labelsLinus Groh
2021-05-16GameOfLife: Remove some unused includesLinus Groh
2021-05-16GameOfLife: Add some margin to the toolbar layoutLinus Groh
2021-05-16GameOfLife: Switch from single indexed vector to rows+columnsLinus Groh
2021-05-16Solitaire: Add key combo to dump the state of the layoutTimothy Flynn
2021-05-16Solitaire: Add shift modifier to hidden "game over" key comboTimothy Flynn
2021-05-16Solitaire: Add setting for number of cards to be drawnTimothy Flynn
2021-05-16Solitaire: Add stack for the playable cards on top of the waste stackTimothy Flynn
2021-05-15GameOfLife: Spell about action app name as "Game Of Life"Linus Groh
2021-05-15GameOfLife: Add separator before quit menu actionLinus Groh
2021-05-15GameOfLife: Add alt shortcuts to menusLinus Groh
2021-05-15GameOfLife: Rename primary menu to just "Game"Linus Groh
2021-05-15Games: Add GameOfLifeAndres Crucitti
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-122048: Add separator before quit menu actionLinus Groh
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur