www.randelshofer.ch

RubikPlayer

 

© Werner Randelshofer

Readme  Changes  License

 

Examples   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  <<  >>

Example 18

 

colorTable=
  purple=0xa57cda,
  white=0xf8f8f8,
  red=0xb90a0f,

faces=
   purple,white,purple,white,red,red

Color scheme of
Meffert's 3-Color-Cube:
purple, white, purple,
white, red, red  

colorTable=
  y=0xffd200,
  g=0x606060

faces=
  y,g,g,g,g,g

One face yellow, all other faces grey.

 

Demonstrates the colorTable and faces parameters.

Applet Tag:

<applet
    code="ch.randelshofer.rubik.RubikPlayerApp.class"     archive="rubikplayer.zip"
    
width="264" height="245">

<param name="colorTable" value="purple=0xa57cda,white=0xf8f8f8,red=0xb90a0f">
<param name="faces" value="purple,white,purple,white,red,red">

</applet>