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
Age
Commit message (
Expand
)
Author
2022-01-13
Snake: Add link to help pages in menu
David Lindbom
2022-01-13
Pong: Add link to help pages in menu
David Lindbom
2022-01-13
Minesweeper: Add link to help pages in menu
David Lindbom
2022-01-13
Hearts: Add link to help pages in menu
David Lindbom
2022-01-13
GameOfLife: Add link to help pages in menu
David Lindbom
2022-01-13
FlappyBug: Add link to help pages in menu
David Lindbom
2022-01-13
Chess: Add link to help pages in menu
David Lindbom
2022-01-13
Breakout: Add link to help pages in menu
David Lindbom
2022-01-13
2048: Add link to help pages in menu
David Lindbom
2022-01-10
2048: Add action icons for New Game and Settings
Dylan Katz
2022-01-10
2048: Simplify dialog box when target reached
Dylan Katz
2022-01-10
2048: Fix off-by-1 when opening settings
Dylan Katz
2022-01-08
Spider: Add functionality to automatically move cards to valid stacks
Neolyum
2022-01-02
Spider: Redraw completely when drawing cards
Jamie Mansfield
2021-12-30
Pong: Support W and S keys for movement
r00ster91
2021-12-24
Spider: Add animation when drawing cards
Nihal Jere
2021-12-23
FlappyBug: Make bitmap() methods return NonnullRefPtrs
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Cloud class
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Bug class
creator1creeper1
2021-12-23
FlappyBug: Reposition Game constructor in file
creator1creeper1
2021-12-23
FlappyBug: Make helper structs public
creator1creeper1
2021-12-18
Solitaire: Convert to try_create_default_icon
Astraeus-
2021-12-18
Pong: Convert to try_create_default_icon
Astraeus-
2021-12-18
2048: Convert to try_create_default_icon
Astraeus-
2021-12-18
Minesweeper: Convert to try_create_default_icon
Astraeus-
2021-12-18
Hearts: Convert to try_create_default_icon
Astraeus-
2021-12-18
Chess: Convert to try_create_default_icon
Astraeus-
2021-12-18
Spider: Convert to try_create_default_icon
Astraeus-
2021-12-18
FlappyBug: Convert to try_create_default_icon
Astraeus-
2021-12-18
GameOfLife: Convert to try_create_default_icon
Astraeus-
2021-12-18
Snake: Convert to try_create_default_icon
Astraeus-
2021-12-18
Breakout: Convert to try_create_default_icon
Astraeus-
2021-12-05
Games: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Spider: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Solitaire: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Snake: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Pong: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Minesweeper: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Hearts: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
GameOfLife: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
FlappyBug: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Chess: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Breakout: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
2048: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
FlappyBug: Support mouse clicks for flapping
Pedro Pereira
2021-11-24
Spider: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Solitaire: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Snake: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Pong: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
[next]