For your entertainment. Toy projects that can run on the CLI. build locally with cmake. Tetris, sudoku, Connect4, Marching. Enjoy while claiming you are technically doing work reviewing this.
- clone the repo
- cmake -S Tetris -B tetris-build
- cd tetris-build
- make
- ./app
Each project is standalone. The only dependency is gtest, when running make, will download the gtest repo into the build folder. Because there are no dependencies aside from googletest, it should not have trouble compiling and running on different platforms
All applications are in the cmake folders and in the ./app executable Input commands line by line. The specific commands are inside each project's README.md