• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

Cross Solver/Practice Tool?

Is there a tool that will generate scrambles and then generate an optimal solve for *just* the cross? Something to help train/practice on being optimal and test myself?

www.cstimer.net

Tools / Solve Cross, where the EC option will give all six optimal x-Crosses.

Alternate, superior option:

http://net13.net/Cube/Cross/

This is a Cross trainer with 8 difficulty levels. It's super helpful.
 
Not that I know of :(

Keep in mind the cross trainer is always going to be for White. If you are Color Neutral I suggest you scramble the cube 8j a random orientation without looking at it, so you'll have to guess during inspection which color has the 1~8 move cross.
 
Bah, it looks like christianvaughngames.com is down right now. It gave you the option to generate a scramble that is a specific number of moves away from being solved. So if you were just starting out, you could start with a cross that is 3 moves away from being solved (or 1-move if you really wanted to, lol). It was fantastic, because it let you go at your own pace. Anyway, below are some instructions on how use something exactly like it, but with wayyyy crappier user interface. I'll make it as copy-paste-friendly as possible.

Go to this link:
https://npm.runkit.com/rubiks-cross-trainer

There is a box on the left that has something like this in it:
Code:
var rubiksCrossTrainer = require("rubiks-cross-trainer")

On the line below it, paste in the following code:
Code:
// Scramble cross side down
var numberOfMovesToSolve = 1; // <= change this
console.log(rubiksCrossTrainer.default(numberOfMovesToSolve));

Change the numberOfMovesToSolve to the number of moves away from being solved that you want the scramble to generate. It can be a number 1 - 8. I suggest leaving it at one if this is the first time you've used it so that you can verify that it works. Then hit the green "run" button in the lower right hand corner. Viola! Below the box, you should get a scramble (scramble cross side DOWN). Annoying, but definitely worth the tiny bit of effort. Enjoy!
 
Is there a way to get cstimer to show optimal number of moves without spoiling the solution so I can practice?

I think the rule of thumb is 8 moves or less. Does anyone know the distribution of optimal move count for (white) cross?
 
Is there a way to get cstimer to show optimal number of moves without spoiling the solution so I can practice?

I think the rule of thumb is 8 moves or less. Does anyone know the distribution of optimal move count for (white) cross?
If you do your cross first and compare it to csTimer then you should get an idea of your efficiency.
As long as its sub 8 you should be fine although I think the avg is somewhere around 6
 
  • Like
Reactions: qwr
Awesome, thanks for that resource.

I tried to contribute as well, and converted the source file to HTML, where each link opens the example on alg.cubing.net. Basically, it's the same resource, but now you can visualize the cube too. Here it's the HTML file, just open it in your browser (you can choose the file with white or yellow on top, to solve the cross).
 

Attachments

Back
Top