MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / superFlip

Method superFlip

app/src/main/java/cs/min2phase/Tools.java:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 }
381
382 public static String superFlip() {
383 return Util.toFaceCube(new CubieCube(0, 0, 0, 2047));
384 }
385
386 public static String randomEasyCross(int depth) {
387 int[][] e = Cross.easyCross(depth);

Callers

nothing calls this directly

Calls 1

toFaceCubeMethod · 0.95

Tested by

no test coverage detected