26 lines
432 B
Markdown
26 lines
432 B
Markdown
# Rubiksinator
|
|
|
|
A simple software that perform some Rubik's Cube algorithms
|
|
|
|
## USAGE
|
|
|
|
```console
|
|
./rubiks <algorithm>
|
|
```
|
|
[thumbnail]: https://gitea.lejulien.link/lejulien/rubiksinator/raw/branch/main/thumbnail.png
|
|
|
|
![Rubic][thumbnail]
|
|
|
|
|
|
TODO :
|
|
|
|
- implement resolution algorithms
|
|
|
|
|
|
REFERENCES :
|
|
|
|
- PPM file format : http://paulbourke.net/dataformats/ppm/
|
|
- Rubik's Cube Notation : https://ruwix.com/the-rubiks-cube/notation/
|
|
|
|
|