Skip to content

Commit 86ea625

Browse files
committed
Add Roux method in academy
1 parent d774a26 commit 86ea625

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

term_timer/server/app.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,26 @@ class AcademyView(View):
12541254
},
12551255
},
12561256
},
1257+
'Roux': {
1258+
'cube_size': 3,
1259+
'description': (
1260+
'First Two Block, CMLL, LSE - The blockbuilding speedcubing method'
1261+
),
1262+
'steps': {
1263+
'CMLL': {
1264+
'description': (
1265+
'Corners of last layer - '
1266+
'Solve of corner orientations and permutations'
1267+
),
1268+
},
1269+
'LSE': {
1270+
'description': (
1271+
'Last Six Edges - '
1272+
'Solve M-slice centers and edges together'
1273+
),
1274+
},
1275+
},
1276+
},
12571277
'Ortega': {
12581278
'cube_size': 2,
12591279
'description': (

term_timer/server/templates/academy/step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>
3030
{% endif %}
3131
</p>
3232
<div class="step-stats">
33-
<span class="case-count">{{ cases|length }} Cases</span>
33+
<span class="case-count">{{ cases|length - 1 }} Cases</span>
3434
</div>
3535
</section>
3636

0 commit comments

Comments
 (0)