The Python script treats the NxNxn cube as a 3x3 cube in disguise.
If you meant something else by “come up with a piece” (like a specific algorithm piece, e.g., "R U R' U'" for edge flipping), let me know and I’ll generate it for your N×N×N cube. nxnxn rubik 39scube algorithm github python patched
often claim to provide "secret" algorithms for speed-solving contests (which are physically impossible to automate via pure software without a robot). The Python script treats the NxNxn cube as
# --- Reduction solve --- def reduce_to_3x3(self): self.solve_centers() self.pair_edges() self.fix_parity() # <-- PATCH for even N -- PATCH for even N