Solving a 2x2 blindfolded is relatively easy and is something every cuber can learn to do. The most challenging part of the process for most people is learning what letters correspond to what pieces on the cube. Luckily, I have created a computer program that makes it extremely easy to practice and memorize the letters and positions of each piece so you can learn how to solve the 2x2 blindfolded faster.
Cubing and Coding; How You Can Easily Code Your Own Rubik’s Cube Scrambler
If you have a basic understanding of Javascript, CSS, and HTML, then you should consider coding you’re own Rubik’s Cube scrambler and solver. This is a great project to learn more about javascript specifically and also how event-handler, nested arrays, and different input types work.