Commit Graph

3 Commits

Author SHA1 Message Date
David Leal
8cd0a77218 fix: use random_shuffle
`random_shuffle` was removed in C++17, however, we're using C++11 here, so there should be no harm.
2023-05-26 18:14:39 +00:00
David Leal
2202ea1d67 fix: clang-tidy warnings (hopefully) 2023-05-26 17:23:56 +00:00
David Leal
17366e74a0 feat: add memory game and a games folder 2023-05-25 23:59:45 +00:00