acrystal
Member
- Joined
- Mar 27, 2026
- Messages
- 1,623
- Location
- Hyderabad
- WCA
- 2025VEER03
- YouTube
- Visit Channel
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

dm sounds good : )Do you want to be mentored here or in dm?
Im tryna make a method where you insert the last white corner, and the rest of the corners are solved, kinda like VLSWhat is the VLS method in skewb?
How many algs for this subset?Im tryna make a method where you insert the last white corner, and the rest of the corners are solved, kinda like VLS
only 27 algsHow many algs for this subset?
Fair enough yoonly 27 algs
Epic oh yooooooUPDATE:
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!
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))
LWV= Lefty WVWhat’s LWV/SWV?
I would say being ambidextrous is superior, but I am not quite there yet and cannot prove it. But it does feel more efficient for what I am for now!LWV= Lefty WV
LSV= Lefty SV
You just lefty an alg, then y2 it.
yeahI would say being ambidextrous is superior, but I am not quite there yet and cannot prove it. But it does feel more efficient for what I am for now!
Is it perfectly mirroring your righty? Just saying they can be equal, (ig what I am really) but being ambidextrous helps in life a lot more also!My left is as good as my right, but I'm not ambidextrous