quick little project so i could play the cstimer.net virtual cube offline lol
- Moves are just the same as in cstimer.net
- Ctrl + Q -> quit
Warning
Dependencies (for Building):
- CMake
- C++ Compiler (ideally gcc)
- MinGW compiler (Windows)
-- Unix Systems:
$ mkdir build
$ cd build/
$ cmake ..
$ make- Running:
$ ./Cuber
-- Windows Systems:
$ cmake -S . -B build -G "MinGW Makefiles"
$ cmake --build build- Running:
$ Cuber.exe