serenity/Userland/Games/Chess
dgaston edb10aa17a Chess: Add time controls
This commit adds functionality to the new game dialog to allow time
controls to be selected. The game logic is updated to take into account
losing on time, time bonuses for moves, and exporting the time control
to PGN.
2024-06-05 20:45:38 -04:00
..
Chess.gml Chess: Add time controls 2024-06-05 20:45:38 -04:00
ChessWidget.cpp Chess: Add time controls 2024-06-05 20:45:38 -04:00
ChessWidget.h Chess: Add time controls 2024-06-05 20:45:38 -04:00
CMakeLists.txt Chess: Add new game widget 2024-06-05 20:45:38 -04:00
Engine.cpp Chess: Replace usage of DeprecatedString 2023-08-06 22:21:10 +02:00
Engine.h Chess: Replace usage of DeprecatedString 2023-08-06 22:21:10 +02:00
main.cpp Chess: Add time controls 2024-06-05 20:45:38 -04:00
MainWidget.h Chess: Port application to GML 2024-05-16 07:41:05 +01:00
NewGameDialog.cpp Chess: Add time controls 2024-06-05 20:45:38 -04:00
NewGameDialog.h Chess: Add time controls 2024-06-05 20:45:38 -04:00
NewGameWidget.gml Chess: Add time controls 2024-06-05 20:45:38 -04:00
NewGameWidget.h Chess: Add new game widget 2024-06-05 20:45:38 -04:00
PromotionDialog.cpp Chess: Port application to GML 2024-05-16 07:41:05 +01:00
PromotionDialog.h Chess: Port application to GML 2024-05-16 07:41:05 +01:00
PromotionWidget.gml Chess: Port application to GML 2024-05-16 07:41:05 +01:00
PromotionWidget.h Chess: Port application to GML 2024-05-16 07:41:05 +01:00