ladybird/Games
AnicJov e119d7d6b9 Chess: Added ability to put markings on the board
With this patch you can use right-click to mark a square on the board.
You can add modifier keys to the click to change to alternate color
(with CTRL) or secondary color (with Shift). If you right-click and
drag from one square to another you will create an arrow. The
markings go away as soon as you left-click on the board or the board
state changes.

Note: The arrows sometimes look weird, and horizontal ones get cut
      off. They also don't account for alpha. This is not a bug in
      Chess code, rather, likely in the fill_path() function that's
      used to draw the arrows. If anyone might know what's up with
      that I urge you to take a look. :)
2020-12-10 20:40:51 +01:00
..
2048 Games: Use GUI::Icon::default_icon to set application icon 2020-11-01 10:29:27 +01:00
Breakout Games: Added level select and aditional level to Breakout (#4302) 2020-12-02 23:49:42 +01:00
Chess Chess: Added ability to put markings on the board 2020-12-10 20:40:51 +01:00
Minesweeper Minesweeper+Snake: load config file before calling unveil() 2020-11-04 19:36:27 +01:00
Snake Minesweeper+Snake: load config file before calling unveil() 2020-11-04 19:36:27 +01:00
Solitaire Games: Use pledge and unveil 2020-11-02 13:16:01 +01:00
CMakeLists.txt Breakout: Add a very simple breakout game :^) 2020-11-09 13:34:27 +01:00