• Welcome to SpeedSolving.com — the world’s largest puzzle community!

    You’re currently browsing as a guest, which means you have limited access to discussions, resources, member profiles, and community features.

    Join 50,000+ cubers and puzzle enthusiasts from around the world to ask questions, share solves, improve faster, and be part of the community.

    Registration is free, fast, and easycreate your account today.

    Already a member? Log in here to hide this message and start participating.

acrystal Progression Thread |Skewb Main?|

WEEK 0
Yes I know this doesnt count, but I am really excited.
Since there is no whole number thats solves the equation "9Cx=24", I guess I can choose how many puzzles I want per week.
Since the first 2 weeks will be my summer holidays, I will use it wisely.
And yeah, I've broken a bunch of PBs already, but I could break more.
This week I will do learning, so why not 3x3, 2x2, 4x4, 5x5, and Pyra. I'll focus on the rest tommorow.

So yeah, see the results next week.
 
UPDATE:
I decided to remove OH, because I am sub-45 global now
And I did a random ao12 in OH, and I got PB everything


Generated By csTimer on 2026-06-02
avg of 12: 41.67

Time List:
1. (53.59) L2 B R2 B2 U2 L2 U2 F2 R2 F R2 L F' R2 U' F2 R U' B' D F2
2. 53.15 B R' B2 R2 D' B2 F2 D' R2 D L2 U' F' R U2 R' D2 R F2 R
3. 41.25 D' B2 R2 D F2 U L2 D R2 U2 R' D' B U' R2 B' U' F R' B2
4. 46.28 B L2 R2 U R2 F2 U' L2 B2 D' F2 R' B R2 U L B U L2 U
5. 36.73 R2 U F2 U2 R2 U B2 R2 U' B2 D2 R F L U' B' D' L' U' R2 F
6. 45.32 L2 F' R D' R B U2 R F2 U L2 B2 U' B2 U2 D B2 R2 D2 B2 L
7. 39.87 L2 D' R2 D2 B' L D' R U2 R' U2 B2 U2 R2 U2 L' D2 R2 B L
8. 37.15 R' D L2 B' F2 D2 F L2 D2 L2 B' F' D R2 U B' L' U L2
9. (32.58) L2 D L' U2 L R2 F2 L' D2 F2 D2 L2 U2 F R2 D2 B D F D2
10. 42.70 R2 D F' D2 B' D' L U' R' L U2 D2 B2 R' F2 U2 R F2 B2
11. 34.85 R2 D' U' B2 D R2 D' R2 D2 R' B' R2 U2 L' F' L' D B U
12. 39.36 R2 F2 L2 U2 L2 R2 D B' R U R' D F' L2 B' L' R

I dont think its worth doing alot of puzzles when you're a bit busy with other work (and procastination lol).
Thats it for now, check back this thread for any updates!
 
UPDATE:
I decided to remove OH, because I am sub-45 global now
And I did a random ao12 in OH, and I got PB everything


Generated By csTimer on 2026-06-02
avg of 12: 41.67

Time List:
1. (53.59) L2 B R2 B2 U2 L2 U2 F2 R2 F R2 L F' R2 U' F2 R U' B' D F2
2. 53.15 B R' B2 R2 D' B2 F2 D' R2 D L2 U' F' R U2 R' D2 R F2 R
3. 41.25 D' B2 R2 D F2 U L2 D R2 U2 R' D' B U' R2 B' U' F R' B2
4. 46.28 B L2 R2 U R2 F2 U' L2 B2 D' F2 R' B R2 U L B U L2 U
5. 36.73 R2 U F2 U2 R2 U B2 R2 U' B2 D2 R F L U' B' D' L' U' R2 F
6. 45.32 L2 F' R D' R B U2 R F2 U L2 B2 U' B2 U2 D B2 R2 D2 B2 L
7. 39.87 L2 D' R2 D2 B' L D' R U2 R' U2 B2 U2 R2 U2 L' D2 R2 B L
8. 37.15 R' D L2 B' F2 D2 F L2 D2 L2 B' F' D R2 U B' L' U L2
9. (32.58) L2 D L' U2 L R2 F2 L' D2 F2 D2 L2 U2 F R2 D2 B D F D2
10. 42.70 R2 D F' D2 B' D' L U' R' L U2 D2 B2 R' F2 U2 R F2 B2
11. 34.85 R2 D' U' B2 D R2 D' R2 D2 R' B' R2 U2 L' F' L' D B U
12. 39.36 R2 F2 L2 U2 L2 R2 D B' R U R' D F' L2 B' L' R

I dont think its worth doing alot of puzzles when you're a bit busy with other work (and procastination lol).
Thats it for now, check back this thread for any updates!
Epic oh yoooooo
 
WEEK 1
Very busy this week, couldnt do alot.
I am planning to make an entire 3x3 Orcora Petrus Excel sheet, containing all algs. So I will share it in this thred whenever done.
I broke PBs in 2x2, pyra, and skewb, which is good.
Week 2 will be 3x3, 5x5, Mega, Pyra, and Skewb.
See you with updates : ).
 
I made a python code for coverting WV/SV->LWV/LSV
Python:
def convert_move(move):
    conversion = {
        "R": "R'",
        "R'": "R",
        "R2": "R2",

        "L": "L'",
        "L'": "L",
        "L2": "L2",

        "U": "U'",
        "U'": "U",
        "U2": "U2",

        "D": "D'",
        "D'": "D",
        "D2": "D2",

        "F": "B'",
        "F'": "B",
        "F2": "B2",

        "B": "F'",
        "B'": "F",
        "B2": "F2"
    }

    return conversion.get(move, move)


user_input = input("Enter moves separated by spaces: ")

moves = user_input.split()

converted_moves = [convert_move(move) for move in moves]

print("Converted moves:")
print(" ".join(converted_moves))
 
Back
Top