/usr/share/pybik/plugins/80-pretty-patterns.algorithm is in pybik 1.1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | # Copyright © 2012-2013 B. Clausius <barcc@gmx.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
File-Version: 1.1
Path: /Pretty patterns/Stripes
Model: Brick k m n with k % 2 == n % 2 == 1 and m % 2 == 0
Module: pretty_patterns play_stripes_Brick_nnn_2
Path: /Pretty patterns/Stripes
Model: Brick m n 1 with m % 4 == 1 and n % 2 == 1
Module: pretty_patterns play_stripes_Brick_nn1_4
Path: /Pretty patterns/Stripes
Model: Brick 1 n m with m % 4 == 1 and n % 2 == 1
Module: pretty_patterns play_stripes_Brick_1nn_4
Path: /Pretty patterns/Stripes
Model: Cube n with n % 2 == 0
Module: pretty_patterns play_stripes_Cube_nnn_2
Path: /Pretty patterns/Stripes
Model: Tower k n with k % 2 == 0
Brick k m n with k % 2 == 0 and n % 2 == 0
Module: pretty_patterns play_stripes_TowerBrick_nnn_2
Path: /Pretty patterns/Stripes
Model: Cube 3
Moves: rrffllrrffll
Path: /Pretty patterns/Stripes
Model: Tower 3 n
Brick 3 m 3
Moves: rflrfl
Path: /Pretty patterns/Criss-Cross
Model: Cube
Moves: rruullrruurr
Path: /Pretty patterns/Criss-Cross
Model: Tower
Moves: ruulruur
Path: /Pretty patterns/Fried Eggs
Model: Cube n with n>=3
Moves: l2-f2-l2f2
Path: /Pretty patterns/Big Fried Eggs
Model: Cube
Moves: rl-fb-ud-rl-
Path: /Pretty patterns/4 Fried Eggs
Model: Cube n with n>=3
Moves: l2l2u2l2l2u2-
Path: /Pretty patterns/Chessboard
Model: Cube n with n % 2 == 1
Tower w h with w % 2 == 1
Brick w h d with w % 2 + h % 2 + d % 2 >= 2
Module: pretty_patterns play_chessboard
Path: /Pretty patterns/Cross
Model: Cube
Moves: u-ffuul-rffuufflr-u-
Path: /Pretty patterns/Zig Zag
Model: Cube
Moves: rlfbrlfbrlfb
# T is the shape formed by the cube labels
Path: /Pretty patterns/T-Time
Model: Cube n with n%2 == 1
Module: pretty_patterns play_t_time_Cube_odd
Path: /Pretty patterns/T-Time
Model: Cube 4
Moves: l2l2l3l3du-f2f2f3f3ud-l2l2l3l3duul2l2l3l3uul2l2l3l3d-l2l2l3l3uu
Path: /Pretty patterns/T-Time
Model: Cube n with n%2 == 0
Module: pretty_patterns play_t_time_Cube_even
Path: /Pretty patterns/T-Time
Model: Tower m×n with m%2 == 1
Module: pretty_patterns play_t_time_Tower_odd
Path: /Pretty patterns/T-Time
Model: Tower m×n with n == 4
Moves: l4l5du-f4f5ud-l4l5duul4l5uul4l5d-l4l5uu
Path: /Pretty patterns/T-Time
Model: Tower m×n with m%2 == 0
Module: pretty_patterns play_t_time_Tower_even
# C is the shape formed by the cube labels
Path: /Pretty patterns/C
Model: Cube
Moves: uullr-b-rru-r-drfflr-fdlluu
Path: /Pretty patterns/Cube in a Cube
Model: Cube
Moves: uur-ufu-r-uflfl-u-rfu-ru-
Path: /Pretty patterns/Striped Cube in a Cube
Model: Cube
Moves: d-fd-lbddffurb-urrfd-rfuu
Path: /Pretty patterns/Six Square Cuboids
Model: Cube
Moves: ffdffddllullu-llbddrr
# Superflip may be not translated, because it has a special meaning in the mathematical theory behind the Rubik's Cube.
Path: /Pretty patterns/Superflip
Model: Cube
Moves: urrfbrbbruulbbru-d-rrfr-lbbuuff
Path: /Pretty patterns/Superflip easy
Model: Cube
Moves: l2ul2ul2ul2uLDl2ul2ul2ul2uLDl2ul2ul2ul2uLD
Path: /Pretty patterns/Green Mamba
Model: Cube
Moves: rdrfr-f-bdr-u-b-udd
Path: /Pretty patterns/Anaconda
Model: Cube
Moves: lbbdrb-fd-l-rd-uf-rru-
Path: /Pretty patterns/Duck Feet
Model: Cube
Moves: rrdu-ld-llrbrrubur-f-d-fu-
|