Home

Rubiks Cube – OLL Exercises

In preparation for the daunting task of memorizing 53 OLL cases I have decided to create an OLL exercise web app.

  • You can move to the next exercise by hitting space.
  • If you go to a previous exercise that will change direction and pressing space will go backwards until you press next at which point the direction will change again.
  • There is a navigation menu below the buttons which will allow you to quickly select a case to switch to.
  • Due to popular demand there is now an option to always show the algorithm.
  • There are buttons to switch between images and names for the navigation menu.
  • Due to popular demand there is now an option to always show the algorithm.

Rubik’s Cube – PLL Exercises

I've been working on my 1-Look PLL lately and find myself wanting to cycle through the PLL cases to practice. I decided to make a tiny web app to show the different cases while hiding the algorithms (with an option to reveal them if necessary).

  • You can move to the next exercise by hitting space.
  • If you go to a previous exercise that will change direction and pressing space will go backwards until you press next at which point the direction will change again.
  • There is a navigation menu below the buttons which will allow you to quickly select a case to switch to.
  • Due to popular demand there is now an option to always show the algorithm.
  • There are buttons to switch between images and names for the navigation menu.
  • Due to popular demand there is now an option to always show the algorithm.

Similar to Counter-Strike, Left 4 Dead 2 allows you to write scripts which modify the game’s behaviour.

Unfortunately, there is no default file to include your modifications in; however, there is a launch option you can use to run a script when the game is loaded.

Add the following to your launch options +exec scriptname.cfg to execute a script which should be placed in your cfg folder.

As a side note, you may want to add -novid to skip the movie when the game loads.

I recently made myself a Rubenking cube with stickers from CubeSmith and after solving most of the cube I got stuck with centers that were not aligned properly. Below are the algorithms I found for aligning the centers and completing my solution.

Note that these algorithms will work for picture cubes.

  • Case 1: Two centers with 90 degree rotations, hold on the piece that requires a clockwise rotation on the left and the piece that requires a counter-clockwise rotation on the up face and perform the following algorithm:

    MR’ MU’ MR U MR’ MU MR U’

  • Case 2: One center requires 180 degree rotation, hold on top face and perform the following algorithm:

    (U R L U2 R’ L’)2

Rubik’s Cube – 3x3x3 Algorithm Inverter

When trying to work on an OLL or PLL algorithm it is often useful to have the inverse of the algorithm so that you can easily setup the situation you want to try. Use the algorithm inverter below to obtain an inverted algorithm.

This inverter uses Superset notation which you can find defined in detail here!

There is support for the following symbols: R U F L D B TR TU TF TL TD TB CR CU CF CL CD CB MR MU MF ML MD MB

There IS suppport for inverting any of the symbols above one at a time.
Valid inversion R' U' F'
Invalid inversion
(R U F)'

ALL moves must be seperated by a space. Valid inputR' U' F' Invalid input R'U'F'

This inverter is very basic there is no support for inversion of groups (i.e., (F R U)'), commutators (i.e., [a,b]), repitition, or any other advanced Superset constructs.

Enter the algorithm to invert in the text box below and hit the 'Invert Algorithm' button.

Counter-Strike 1.6 Scripts

One of the nicest things about the Counter-Strike series of games is the ability to customize your interface using scripts.

Using some simple scripts one can reconfigure their keyboard and change the interface in the game to create utilities such as buy scripts, crouch/walk toggles, single fire shooting modes and many other modifications.

Read more

Rubik’s Cube – 2 Look PLL Tutorial

2 Look PLL

If you've followed my beginner tutorial then at this point you permute the last layer by first solving the corners and then solving the center edges. This should take you at most 4 looks. We're going to cut that down to two by introducing some new algorithms so that we can solve the corners in one algorithm as well as the center edges in one other algorithm.

Click here to see the algorithms.

Rubik’s Cube – 2 Look OLL Tutorial

2 Look OLL

If you've followed my beginner tutorial then at this point you can solve the cross on the Up face using one algorithm and then repeat another algorithm up to 4 times (if you're not solving the cross with one algorithm check out my beginner tutorial to learn how to do it in one step.)

Each of these times you must orient the cube before you perform the algorithm.

Using the following algorithms you look once to determine how to solve the top cross, then you look again to solve the corners. You can reduce the time necessary to complete your OLL by memorizing the following algorithms.

Click here to see the algorithms.

Rubik’s Cube – Beginner Tutorial

This is a beginners tutorial about solving the Rubik's cube. While learning the Rubik's cube I encountered many different beginner solutions. Parts of these solutions remained relevant as I learned more advanced methods; however, some of these algorithms are no longer useful to me. I have endevoured to write this tutorial using algorithms that will remain of use even as you progress and learn faster methods for solving the cube.

Rubik’s Cube Links

I recently picked up a Rubik's cube and started learning algorithms to solve it.
I've only been at it for a week now but I've got my solution down to an average of 2:30 1:30 60 35 seconds with a best time of 28 seconds.
My target is 30 seconds but I'm sure that's going to take a little while. I finally hit sub 30 second solves, four months in!!!
Here are some useful resources I found along the way:

MARE Suggestions

This is just a post to keep track of suggestion for MARE.

Back Online

I was getting some free ASP.NET hosting from a buddy… thanks Alex it was great while it lasted.

However, that no longer being an option I’m going with the budget PHP wordpress site (thanks duckie).

Hopefully, I’ll get some free time soon and update the site with at least the latest version of MARE.

Till then, stay frosty.

Copyright 2010 - ZenDraL