Project

General

Profile

« Previous | Next » 

Revision c91240c9

Added by Leszek Koltunski about 1 year ago

About dialog.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogAbout.java
33 33
public class RubikDialogAbout extends RubikDialogAbstract
34 34
  {
35 35
  private static final String WHATS_NEW =
36
      "1. 6-color Dino solver.\n" +
37
      "2. 4-color Dino solver.\n" +
38
      "3. Pyraminx Diamond solver.\n" +
39
      "4. Minor adjustments to UI and bugfixes.";
36
      "1. 3x3x2 Cuboid solver.\n" +
37
      "2. Support for 'coin' puzzles (Coin Tetrahedron, Ancient Coin Cube).";
40 38

  
41 39
  private static final String WHATS_COMING =
42 40
      "1. iOS version.\n" +
43
      "2. 3x3x2 Cuboid solver, then algorithmic solvers.\n" +
41
      "2. Algorithmic solvers.\n" +
44 42
      "3. Support for adjustable stickers.\n" +
45 43
      "4. In-game currency (stars)\n" +
46
      "5. More objects:\n    - Penrose Cubes\n    - higher-order Jings\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Coin Tetrahedron\n" +
44
      "5. More objects:\n    - Penrose Cubes\n    - higher-order Jings\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Ancient Coin Cube\n" +
47 45
      "6. Creator of bandaged Pyraminxes.";
48 46

  
49 47
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff