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

Method createMove

app/src/main/java/cs/threephase/Center3.java:42–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public static void createMove() {
43 Center3 c = new Center3();
44 for (int i = 0; i < 35 * 35 * 12 * 2; i++) {
45 for (int m = 0; m < 20; m++) {
46 c.setct(i);
47 c.move(m);
48 ctmove[i][m] = (char) c.getct();
49 }
50 }
51 }
52
53 public static void createPrun() {
54 Arrays.fill(prun, (byte)-1);

Callers 1

initMethod · 0.95

Calls 3

setctMethod · 0.95
moveMethod · 0.95
getctMethod · 0.95

Tested by

no test coverage detected