Releases: Thenemex/BigCubeScrambler
Releases · Thenemex/BigCubeScrambler
Console version + File writer
Console/Terminal Release, with file writer
- Asking for a slice number to the user (with typing-error management)
- Asking for a number of scrambles (error management)
- Asking for a file's name (the ".txt" suffix will be added after processing)
- Scramble written directly to the file (with file-error management)
Changelog :
- You can generate multiple scrambles at once within a single file.
Executing :
- Put the .jar file in a folder, and open a terminal to this path
- Type
java -jar BigCubeScrambler.jarand voila !
Console version + File writer
Console/Terminal Release, with file writer
- Asking for a slice number to the user (with typing-error management)
- Asking for a file's name (the ".txt" suffix will be added after processing)
- Scramble written directly to the file (with file-error management)
Changelog :
- The even-layered cubes maximum slices will be generated within <F,R,U> range.
Executing :
- Put the .jar file in a folder, and open a terminal to this path
- Type
java -jar BigCubeScrambler.jarand voila !
Console version + File writer
Console/Terminal Release, with file writer
- Asking for a slice number to the user (with typing-error management)
- Asking for a file's name
- Scramble written directly to the file (with file-error management)
Executing :
- Put the .jar file in a folder, and open a terminal to this path
- Type
java -jar BigCubeScrambler.jarand voila !
Console version
Console/Terminal Release
- Asking for a slice number to the user (with typing-error management)
- Scramble printing on the console
Executing :
- Put the .jar file in a folder, and open a terminal to this path
- Type
java -jar BigCubeScrambler.jarand voila !