Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elliotpenson/cubescrambler
Generates scrambles (mix ups) for the Rubik's Cube
https://github.com/elliotpenson/cubescrambler
Last synced: 5 days ago
JSON representation
Generates scrambles (mix ups) for the Rubik's Cube
- Host: GitHub
- URL: https://github.com/elliotpenson/cubescrambler
- Owner: ElliotPenson
- Created: 2013-03-22T20:28:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T22:49:05.000Z (over 11 years ago)
- Last Synced: 2024-11-07T20:52:16.894Z (about 2 months ago)
- Language: Java
- Size: 141 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CubeScrambler
=============Generates scrambles (mix ups) for the Rubik's Cube. I hope to one day turn this into a full scrambler/timer.
## Notation
Each move consists of two elements:
1. Side
- R (right), L (left), U (up), D (down), F (front), or B (back)
2. Direction
- *no direction* = 90 degree clockwise turn
- ' = 90 degree counterclockwise turn
- 2 = 180 degree turnFor example: R2 means turn the right side 180 degrees and U' means turn the top face 90 degrees counterclockwise.