Commit Graph

5 Commits

Author SHA1 Message Date
David Leal
0278688091 fix: remove repeated random header 2023-05-26 18:26:21 +00:00
github-actions[bot]
04baa1d8e1 clang-format and clang-tidy fixes for 8cd0a772 2023-05-26 18:15:41 +00:00
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