~ubuntu-branches/ubuntu/raring/pybik/raring

« back to all changes in this revision

Viewing changes to data/plugins/20-2x2x2.algorithm

  • Committer: Package Import Robot
  • Author(s): B. Clausius
  • Date: 2013-02-03 17:35:32 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130203173532-a71ulf5b07fcul37
Tags: 1.0.1-1
* New upstream release
  + Improved user interface.
  + Added Towers and Bricks (non cubic puzzles).
  + Added an option to show the back faces.
  + The cube can be manipulated with the keyboard.
  + Animation is faster and rendering more beautiful.
  + Added more pretty patterns.
  + Added a new solver.
  + Added new translations.
* More generic watch file based on the proposal by Bart Martens
* Updated debhelper dependency and compat to 9
* Updated Standards-Version to 3.9.4, no changes needed
* debian/copyright:
  + Updated Format URL for final copyright format 1.0
  + Added paragraphs for image files
* Updated Build-Depends: new: python-numpy, python-qt4, help2man
* Updated Depends for transitions:
  + GTK2/GConf -> Qt4 (PySide or PyQt4)
  + GtkGlExt -> QtOpenGL (PySide or PyQt4)
* Suggests python-opengl (unusual usage) and gconf2 (config transition)
* Splittet into an arch dependent and an arch independent package
  (increased size and build time)
* Enabled parallel build for the architecture independent part
* Install autogenerated README file without install paragraph
* Replace the license file (displayed in the about box) by a link
  to usr/share/common-licenses/GPL-3 and add lintian override

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  Copyright © 2011-2012, B. Clausius <barcc@gmx.de>
 
2
#
 
3
#  This program is free software: you can redistribute it and/or modify
 
4
#  it under the terms of the GNU General Public License as published by
 
5
#  the Free Software Foundation, either version 3 of the License, or
 
6
#  (at your option) any later version.
 
7
#
 
8
#  This program is distributed in the hope that it will be useful,
 
9
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
#  GNU General Public License for more details.
 
12
#
 
13
#  You should have received a copy of the GNU General Public License
 
14
#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 
 
16
File-Version: 1.1
 
17
Model: Cube 2
 
18
 
 
19
Path: /Solvers/2×2×2
 
20
Depends: /Solvers/2×2×2/Bottom corner orient
 
21
 
 
22
Path: /Solvers/2×2×2/Top slice
 
23
Ref-Blocks: flu
 
24
Solution:
 
25
        ufr=ufr  urb=urb  ubl=ubl  ulf=ulf,  @@solved
 
26
        fld=?uf,  r-dr
 
27
        fld=uf?,  ddfd-f-
 
28
        #fld=f?u,  f-dffd-f-
 
29
        fld=f?u,  dr-drfd-d-f-
 
30
        #
 
31
        rfd=*f?u,  d-
 
32
        brd=*f?u,  dd
 
33
        lbd=*f?u,  d
 
34
        #
 
35
        fru=!f?u  fru=*f?u,  r-d-r
 
36
        rbu=*f?u,  b-d-d-b
 
37
        blu=*f?u,  bdb-
 
38
        lfu=*f?u,  f-df
 
39
        , U
 
40
 
 
41
Path: /Solvers/2×2×2/Bottom corner place
 
42
Depends: /Solvers/2×2×2/Top slice
 
43
Ref-Blocks: flu bru
 
44
Solution:
 
45
        dfl=*dfl  dlb=*dlb  dbr=*dbr  drf=*drf,  @@solved
 
46
        dfl=*drf  drf=*dfl,  r-d-rfdf-r-drdd
 
47
        dfl=*dbr  drf=*dlb,  dd
 
48
        dfl=*drf  drf=*dbr,  d
 
49
        dfl=*dlb  drf=*dfl,  d-
 
50
        dfl=*dfl  dbr=*dbr,  d
 
51
        , U
 
52
 
 
53
Path: @Solvers/2×2×2/Bottom corner orient
 
54
Depends: /Solvers/2×2×2/Bottom corner place
 
55
Ref-Blocks: flu bru
 
56
Solution:
 
57
        flu=flu rfu=rfu bru=bru lbu=lbu dfl=ldf,  lf-l-flf-l-f
 
58
        flu=flu rfu=rfu bru=bru lbu=lbu dfl=fld,  f-lfl-f-lfl-
 
59
        ,  @@solved
 
60
 
 
61
Path: /Solvers/2×2×2/Bottom corner orient
 
62
Depends: @Solvers/2×2×2/Bottom corner orient
 
63
Ref-Blocks: dfl
 
64
Solution:
 
65
        ufl=ufl  dfl=dfl  dlb=dlb  dbr=dbr  drf=drf,  @@solved
 
66
        # rotate corner
 
67
        dfl=dfl dfr=frd,  d-lf-l-flf-l-f
 
68
        dfl=dfl dfr=rdf,  d-f-lfl-f-lfl-
 
69
        dfl=dfl dbl=bld,  dlf-l-flf-l-f
 
70
        dfl=dfl dbl=ldb,  df-lfl-f-lfl-
 
71
        dfl=dfl dbr=brd,  ddf-lfl-f-lfl-
 
72
        dfl=dfl dbr=rdb,  ddlf-l-flf-l-f
 
73
        # move solved bottom slice
 
74
        ufl=urf, d-
 
75
        ufl=ubr, dd
 
76
        ufl=ulb, d
 
77