Ask Your Question

Revision history [back]

rubik clockwise turn

The 2D map of the Rubik’s cube after the F move shows the F face rotated anticlockwise. Shouldn't it be a clockwise turn?

 sage: print(rubik.repr2d("F"))
             +--------------+
             |  1    2    3 |
             |  4   top   5 |
             | 25   28   30 |
+------------+--------------+-------------+------------+
|  9  10   8 | 19   21   24 | 43   26  27 | 33  34  35 |
| 12 left  7 | 18  front 23 | 42 right 29 | 36 rear 37 |
| 14  15   6 | 17   20   22 | 41   31  32 | 38  39  40 |
+------------+--------------+-------------+------------+
             | 11   13   16 |
             | 44 bottom 45 |
             | 46   47   48 |
             +--------------+

rubik clockwise turn

The 2D map of the Rubik’s cube after the F move shows the F face rotated anticlockwise. Shouldn't it be a clockwise turn?

 sage: rubik = CubeGroup()
sage: print(rubik.repr2d("F"))
              +--------------+
              |  1    2    3 |
              |  4   top   5 |
              | 25   28   30 |
 +------------+--------------+-------------+------------+
 |  9  10   8 | 19   21   24 | 43   26  27 | 33  34  35 |
 | 12 left  7 | 18  front 23 | 42 right 29 | 36 rear 37 |
 | 14  15   6 | 17   20   22 | 41   31  32 | 38  39  40 |
 +------------+--------------+-------------+------------+
              | 11   13   16 |
              | 44 bottom 45 |
              | 46   47   48 |
              +--------------+