Project

General

Profile

« Previous | Next » 

Revision 7289fd6c

Added by Leszek Koltunski about 4 years ago

Beginnings of support for the 3x3x3 Solver.

View differences:

src/main/java/org/distorted/uistate/RubikState.java
26 26

  
27 27
public enum RubikState
28 28
  {
29
  MAIN ( null , true , new RubikStateMain()    ),
29
  MAIN ( null , false, new RubikStateMain()    ),
30 30
  PLAY ( MAIN , true , new RubikStatePlay()    ),
31 31
  SOLV ( PLAY , true , new RubikStateSolving() ),
32 32
  PATT ( MAIN , false, new RubikStatePattern() ),
33
  SVER ( MAIN , false, new RubikStateSolver()  ),
33 34
  ;
34 35

  
35 36
  public static final int LENGTH = values().length;

Also available in: Unified diff