This is a interesting game:

Goal:
----
The initial seed generates one 8 digits number without digit repetitions
Order the digits in ascending form (12345678)

Rules:
-----
If you want to send one digit to the first position then specify the
current digit position and press [R/S]
The following digit to the digit choosen is sent to the last position.

Examples:
--------

You have 73584216. You choose the third digit: Then this digit is sent
to the first position and the fourth digit is sent to the last position.
The new number is: 57342168

If you choose the first digit this is not moved and the second digit is
translated to the position number 8.  (Ex. 36258714 -> 32587146 )

If you choose the seventh digit this is moved to the first position and
the following digit is not moved. (Ex. 41538672 -> 74153862 )

If you choose the digit in the last position the new number is the same.
(Ex. 35872146 -> 35872146 )

First game example:
------------------

Calculator Keyboard     PC Keyboard        Calculator Display
[XEQ]41SWAP             [K]41SWAP[ENTER]      SEED?
.123456789[R/S]         .123456789[R]         43156728
7[R/S]                      7[R]              24315678
4[R/S]                      4[R]              12436785
7[R/S]                      7[R]              81243675
4[R/S]                      4[R]              48126753
7[R/S]                      7[R]              54812673
6[R/S]                      6[R]              65481237
1[R/S]                      1[R]              64812375
1[R/S]                      1[R]              68123754
6[R/S]                      6[R]              76812345
2[R/S]                      2[R]              67123458
7[R/S]                      7[R]              56712348
7[R/S]                      7[R]              45671238
7[R/S]                      7[R]              34567128
7[R/S]                      7[R]              23456718
7[R/S]                      7[R]              15 MOVES

Second game
-----------
Choosing the same seed:

Calculator Keyboard     PC Keyboard        Calculator Display
[XEQ]41SWAP             [K]41SWAP[ENTER]      SEED?
.123456789[R/S]         .123456789[R]         43156728
2[R/S]                      2[R]              34567281
6[R/S]                      6[R]              23456718
7[R/S]                      7[R]              3 MOVES

Try to play this game some times. It is not easy !


