summaryrefslogtreecommitdiff
path: root/Userland/Games/GameOfLife/Pattern.cpp
AgeCommit message (Collapse)Author
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler."
2021-05-22GameOfLife: Add choosable patternsRyan Wilson