Skip to content

Releases: Thenemex/BigCubeScrambler

Console version + File writer

16 Jan 12:11

Choose a tag to compare

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.jar and voila !

Console version + File writer

12 Jan 16:01

Choose a tag to compare

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.jar and voila !

Console version + File writer

11 Jan 09:17

Choose a tag to compare

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.jar and voila !

Console version

07 Dec 13:53

Choose a tag to compare

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.jar and voila !