Preparations
First of all you have to setup a username/PIN to be able to use the prediction effect. If you haven't already done that,
please follow instructions here...
Routine
The spectator opens a webpage showing a
blog site about cubing (cubing.rocks/your-username) on their phone. You tell them some facts about the cube, which you've read in the blog. Then you give them the cube to shuffle... and the final pattern will match the image on the blog page (photo in
3rd article). It's an unbelievable coincidence!
Method
Select "
Prediction only" as the routine, and set the option "
Wait after mixing" to either 3sec (when practicing) or to 10-15sec (when performing). Select "Fake lockscreen" as your "Onscreen display", and turn on "Turn OFF screen when covered" in "Other Settings". Then start the routine... Wait till "
Ready to go" or "
GO" appears after displaying the name of the routine. Then put your phone in your pocket.
Now tell the spectator about a blog page that has articles on the Rubik cube.
Open the webpage on their phone, the address is
cubing.rocks/your-username
(replacing the end with
your username you have already set up in the app). Don't tell them about the 3rd article yet...
Then at any time you give the cube to the spectator to mix. With each turn the timer resets, so you will have to
wait X seconds after the shuffle before the prediction
photo gets generated online. When the prediction is ready, you would see "
OK" on the screen (but the phone is in your pocket anyway). Then you ask the spectator to check out the
3rd article on the fake blog page... and there will be a
photo of a cube which has the same pattern as their shuffled cube.
You can restart the routine at any point by
turning ANY side of the cube
4 times in opposite directions (forward-back-forward-back). Also you can
switch routines while the name of the routine is still being displayed, you do this by turning any side of the cube forward (
next routine) or backwards (
previous routine). Remember to always wait for "Ready to go" before you start the routine, so you wouldn't accidentally switch routines!
Saving the photo locally
There is an option called "Save photo to gallery" which would save the prediction photo (generated online) to your local gallery or camera roll. However, I stronly advise
NOT TO show your phone to the spectator, because as soon as they see your phone,
they will suspect a connection with the cube.
Using a personalized prediction photo
I offer an option to use customized photos (where you are holding the cube) as blog images, but this will cost extra money. Retail price for a custom photo will be $35.I'll need a high resolution photo of you holding the cube, in a way that 3 sides are clearly visible, and the cube has no shadows and reflections on it. The default prediction photo will be then replaced by your custom photo, and will change automatically every time you perform the prediction routine.Here are some samples for custom photos (click to open):
Using the photo on your own website
You can display the prediction photo on your own website as well.
HTML code for embedding the image (format with css stlye as you like):
<img id="prediction" src="https://cubing.rocks/gallery/username.png" style="max-width: 80%;">
Javascript code for the automatic refresh:
<script>
refresh_image();
setInterval(refresh_image, 5000);
function refresh_image() {
document.getElementById("prediction").src="https://cubing.rocks/gallery/username.png?rnd="+Math.random();
}
</script>
Of course replace "username" with your own username in CubeSmith.
If you embed the image into your website, it should be automatically refreshed when the prediction gets generated... so you can open your website on the spectator's phone even
BEFORE they mixed the cube.