summaryrefslogtreecommitdiff
path: root/Userland/Games/Conway
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-18Conway: Set minumum window size to game columns x rowsLinus Groh
2021-01-22Conway: Add interactivityBen Wiederhake
2021-01-20Conway: Don't run misleading srand()Ben Wiederhake
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling