This is an original Rubik’s Cube project built in C++. It was created for fun and as a way to learn something new while exploring programming concepts.
Because this project natively hooks into Nix Flakes, dependency matching and building is completely automated.
-
Clone the repository and navigate inside:
git clone https://github.com/sijanthapa171/cube.git cd cube -
Boot into the guaranteed development shell with the required compiler tools:
nix develop
-
Compile the application and systematically spin up the custom graphical window:
make run
