index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Games
Age
Commit message (
Expand
)
Author
2020-12-22
Chess: Use the hourglass cursor while waiting for the ChessEngine
Tom
2020-12-21
Breakout: Add player lives game mechanic and pause functionality
Brendan Coles
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-17
Chess: Prevent board changes when waiting for ChessEngine to move
Brendan Coles
2020-12-16
Games: Add Pong
Brendan Coles
2020-12-15
Breakout: use pledge and unveil
Brendan Coles
2020-12-15
Breakout: randomize ball start trajectory and velocity
Brendan Coles
2020-12-14
Chess: Add LibCore as a dependency
Itamar
2020-12-10
Chess: Added ability to put markings on the board
AnicJov
2020-12-10
Chess: Added abilty to import PGN files
AnicJov
2020-12-10
Chess: Add ability to replay moves
AnicJov
2020-12-10
Chess: Added ability to copy board state as FEN
AnicJov
2020-12-10
Chess: Change keyboard shortcuts
AnicJov
2020-12-06
Chess: Add ability to export game as PGN file
AnicJov
2020-12-06
Chess: Added ability to resign and flip the board
AnicJov
2020-12-06
Chess: Change default piece set
AnicJov
2020-12-02
Games: Added level select and aditional level to Breakout (#4302)
John Brehm
2020-11-10
Breakout: Add simple menu and about dialog :^)
Andreas Kling
2020-11-10
Breakout: Set the window icon
Andreas Kling
2020-11-10
Breakout: Turn off double-buffering
Andreas Kling
2020-11-10
Breakout: Change ball x velocity depending on where it hits paddle
Andreas Kling
2020-11-10
Breakout: Stop paddle movement when resetting it
Andreas Kling
2020-11-10
Breakout: Use floating point coordinates
Andreas Kling
2020-11-09
Breakout: Use the pending new ball rect for brick collision testing
Andreas Kling
2020-11-09
Breakout: Add a very simple breakout game :^)
Andreas Kling
2020-11-04
Minesweeper+Snake: load config file before calling unveil()
Brendan Coles
2020-11-02
Games: Use pledge and unveil
Brendan Coles
2020-11-01
Games: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-31
Applications: Use application icons for dialog windows
Brendan Coles
2020-10-26
Solitaire: Play animation when starting a new game
Till Mayer
2020-10-26
Solitaire: Refactor CardStack layout code
Till Mayer
2020-10-26
Snake: Use the system default fixed-width font
Andreas Kling
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-25
LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
Linus Groh
2020-10-17
Games: Use new format functions.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-25
Meta+Games: Make clang-format-10 clean
Ben Wiederhake
2020-09-18
Minesweeper: Fix inverted Single-Click Chording setting
Peter Elliott
2020-08-27
Base: Create /res/icons/solitaire/ and relocate solitaire assets
thankyouverycool
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-23
Chess: Allow resizing Chess using resize_aspect_ratio(1,1)
Peter Elliott
2020-08-23
Chess: Optionaly display coordinates at edge of board
Peter Elliott
2020-08-21
ChessEngine: Add ChessEngine
Peter Elliott
2020-08-21
Chess: Add support for UCI engines
Peter Elliott
2020-08-21
Chess: Refactor game logic into LibChess for use in engines
Peter Elliott
2020-08-21
Chess: Add serialization of moves and squares
Peter Elliott
2020-08-21
Chess: Fix generation of promotion moves
Peter Elliott
2020-08-21
2048: Make board size and target tile configurable
AnotherTest
2020-08-21
2048: Do not allow the creation of games with invalid board sizes
AnotherTest
[next]