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 16


A generator script generates a new state of the cube.


A solver script solves the cube.

 

Demonstrates the difference between a Generator and a Solver script. (Use of the scriptType parameter).

Applet Tag:

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

<param name="scriptLanguage" value="BandelowENG">
<param name="scriptType" value="Solver">
<param name="script" value="(R L . F B)3">

</applet>