Recent content by Alexander

  1. Alexander

    cubingapp suggestion thread

    Bug?? in Kinch Calc When sellecting Region Europe you get an extra 333fm record added!! With my id and extra 333fm
  2. Alexander

    Unofficial: OLL Naming System; Bye Bye numbers!

    Thats because of Lars Petrus
  3. Alexander

    Program to convert a scramble to kociemba order string

    Guess i missunderstood the string i was thinking it where turns then RRRR is just no turn on the R side :(
  4. Alexander

    Program to convert a scramble to kociemba order string

    # -*- coding: utf-8 -*- """ Created on Thu May 21 2021 @author: Alexander & abhij """ import re string = "LBFFRLRFBRLRUBFULRLULRRBFULUUFBBULDFBRDLDBUDFBUDFDUDUURLUUDLBLFRRRRBULLRULUFBBDRDFFRFLLDLRRUFFLLBBRBBUURFFFDDBBBLRRFFFBDBFDFDDUDDUBUDRLFLBULDDDLRRBDUD" string = string.replace("UUU", "U'")...
  5. Alexander

    Discord bot needed

    I dont use discord im more like IRC.(wiki irc) but there is alot to find how to code a bot for discord. The fun of coding is start with some basic stuff and let it grow add more code to it till it works how you want it. found this with google alot of vids and website about building your bot.
  6. Alexander

    5x5 centers only scrambling software

    all centers 180 Searching depth 14 U R L U2 D2 R' L' F2 B2 U' D' R2 L2 D (14f*) U R2 F2 U2 B2 R2 U' D F2 R2 D2 L2 F2 D' (14f*) U R2 F2 D2 B2 R2 U' D F2 R2 U2 L2 F2 D' (14f*) U R2 L2 U' D' R L U2 D2 R' L' F2 B2 D (14f*) U R2 L2 U' D' R' L' U2 D2 R L F2 B2 D (14f*) U R2 L2 U' D' F2 B2 R L U2...
  7. Alexander

    5x5 centers only scrambling software

    with gen huge i was thinking you want a prog that maken a lot of scrambles. But i think you have enough tools now for making what you want and need:cool: Thank you thats what i have won at championships in budapest in 2007 :cool:
  8. Alexander

    [Help Thread] Rubik's Magic and Master Magic Discussion

    Here you have it it could be that the strings of yours is backwords then mine then you should just flip your puzzle.
  9. Alexander

    5x5 centers only scrambling software

    with a center supercube alg i have change the python script with this code: if __name__ == '__main__': au1 = AlgUtils() au1.generate_scramble_alg(5) au2 = AlgUtils() au2.generate_scramble_alg(5) print(au1.alg, "M' U2 S D' U' S' D2 M U' D'", au1.reversed) au1 = AlgUtils()...
  10. Alexander

    5x5 centers only scrambling software

    What i found: I have played around with this url: https://github.com/shuantsu/AlgUtils/blob/master/main.py And ended up with this: import random class AlgUtils: def __init__(self): self.possible_moves = { "x": ["r", "l"], "y": ["u", "d"]...
  11. Alexander

    5x5 centers only scrambling software

    you dont have to make a solver you have to make a scrambler
  12. Alexander

    5x5 centers only scrambling software

    yes very easy with a litle trick. Make a program like this: Make a scrambler that only use the letters lrudbf and with 'and with the 2 let it gen 2 scrambles scramble A of length random(5 to 10) and scramble B of length random(5 to 10) invers scramble A and scramble B put it all together like...
  13. Alexander

    [Help Thread] Rubik's Magic and Master Magic Discussion

    a pic would be nice to see may be upload the pic here image url or some other location that can hold the pic and put the url here.
  14. Alexander

    The "Request an Alg" Thread

    U2 F' U' F (U R U' R') U2 F' U' F (U2 R U2 R') U2 F' U' F (R' F R F')
Top