public void StartIt(int[] primes2in, int[,] posslistin, int nfin, int nrin, int ncin) { primes2 = primes2in; posslist = posslistin; nf = nfin; nr = nrin; nc = ncin; powz = new int[nc]; smop = new SMap(); smop.StartIt(nf); smop.ResetCubes(); tfvs = new bool[nr]; }
public void StartIt(int[] primes2in, int[,] movesetin, int nfin, int[,] posslistin, int nrin, int ncin, int nmovezin, int typein) { moveset = movesetin; nmovez = nmovezin; type = typein; random = new System.Random(); primes2 = primes2in; nf = nfin; nr = nrin; nc = ncin; posslist = posslistin; map = new int[nf]; map2 = new int[nf]; moon = new MoveItFromSeq(); moon.StartIt(primes2, posslist, nf, nr, nc); cube0 = new SMap(); cube0.StartIt(nf); }
public void StartIt(int nfin) { cube2 = new SMap(); cube2.StartIt(nfin); cube2.ResetCubes(); }