summaryrefslogtreecommitdiff
path: root/Userland/Services/ChessEngine/ChessEngine.cpp
AgeCommit message (Expand)Author
2021-06-22ChessEngine: don't store board in non-leaf nodes in MCTSPeter Elliott
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Services: Move to Userland/Services/Andreas Kling