diff options
author | Franciszek Malinka <franciszek.malinka@gmail.com> | 2022-04-26 02:03:42 +0200 |
---|---|---|
committer | Franciszek Malinka <franciszek.malinka@gmail.com> | 2022-04-26 02:03:42 +0200 |
commit | 530c341960e528bb44dd6747f37c0c87c68537d8 (patch) | |
tree | 79d39985219e2a646a65fa3a8eec0934c8eac214 | |
parent | 17910a26e021ab83d6e127fc01dff80deb12b650 (diff) |
Readme update
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,7 +5,10 @@ Algorithm for finding a solution for given Rubik's cube scramble. At the moment the solver is working, it is pretty fast actually (faster than I tought it would be and only tested on a few tests written by hand :P). -TODOs: +## Building +Simply run `make` in the root directory of the project. I compile it on Linux. + +## TODOs: - Move code from [cube.h](./src/cube.h) to a normal source file, not a header file... - Clean up the code in general - Document the code (mainly [cube.h](./src/cube.h)), in particular describe |