ladybird/Userland/Games/Chess
Cubic Love 248542535d Base+LibChess: Move assets from /icons/ to /graphics/
The graphics directory is a more suitable home for game assets.
2023-05-05 11:52:33 +01:00
..
ChessWidget.cpp Base+LibChess: Move assets from /icons/ to /graphics/ 2023-05-05 11:52:33 +01:00
ChessWidget.h Chess: Don't attempt to update the board when clicking out of bounds 2023-04-29 23:28:50 +02:00
CMakeLists.txt Chess: Allow stockfish to be used if available 2023-05-03 08:31:34 +01:00
Engine.cpp Chess: Spawn new engine process immediately after engine is selected 2023-05-03 08:31:34 +01:00
Engine.h Chess: Send a ucinewgame command to the engine on starting a new game 2023-04-28 05:55:51 +02:00
main.cpp Chess: Allow stockfish to be used if available 2023-05-03 08:31:34 +01:00
PromotionDialog.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
PromotionDialog.h