This commit is contained in:
2025-12-03 10:15:45 +01:00
parent 76678b2ccd
commit 795c1e03fa
25 changed files with 47 additions and 111 deletions

View File

@@ -10,7 +10,6 @@
</a>
<div class="money">
${{(question//6+1)*((1+empty)*7-2)}}
<!--${{ (question//6+1) ** 4 + 2*((question//6+1) ** 3) + 7*((question//6+1)**2) + (question//6+1) * 33 + (((question%6)+2)%3)**2 + (question%6) * 87 - ((question%6)+3)**2 - ((question%6)+2)**3 + (question//6+1)*(((question%6) + 2)%3) + 24 }}-->
</div>
{% else %}
<a class="question" href="/">

View File

@@ -10,7 +10,6 @@
</a>
<div class="money">
${{(question//6+1)*((1+empty)*7-2)}}
<!--${{ (question//6+1) ** 4 + 2*((question//6+1) ** 3) + 7*((question//6+1)**2) + (question//6+1) * 33 + (((question%6)+2)%3)**2 + (question%6) * 87 - ((question%6)+3)**2 - ((question%6)+2)**3 + (question//6+1)*(((question%6) + 2)%3) + 24 }}-->
</div>
{% else %}
<a class="question" href="/">

View File

@@ -16,7 +16,7 @@
{% for j in range(0,6): %}
<td>
{% if draw_cells[(i-1)*6+j] %}
<a href="/question?question={{ (i-1) * 6 + j }}&game_state={{ game_state }}">${{i*((1+empty)*7-2)}}<!--${{ i ** 4 + 2*(i ** 3) + 7*(i**2) + i * 33 + ((j+2)%3)**2 + j * 87 - (j+3)**2 - (j+2)**3 + i*((j + 2)%3) + 24 }}--></a>
<a href="/question?question={{ (i-1) * 6 + j }}&game_state={{ game_state }}">${{i*((1+empty)*7-2)}}</a>
{% endif %}
</td>
{% endfor %}

View File

@@ -10,7 +10,6 @@
</a>
<div class="money">
${{(question//6+1)*((1+empty)*7-2)}}
<!--${{ (question//6+1) ** 4 + 2*((question//6+1) ** 3) + 7*((question//6+1)**2) + (question//6+1) * 33 + (((question%6)+2)%3)**2 + (question%6) * 87 - ((question%6)+3)**2 - ((question%6)+2)**3 + (question//6+1)*(((question%6) + 2)%3) + 24 }}-->
</div>
{% else %}
<a class="question" href="/final_answer">

View File

@@ -10,7 +10,6 @@
</a>
<div class="money">
${{(question//6+1)*((1+empty)*7-2)}}
<!--${{ (question//6+1) ** 4 + 2*((question//6+1) ** 3) + 7*((question//6+1)**2) + (question//6+1) * 33 + (((question%6)+2)%3)**2 + (question%6) * 87 - ((question%6)+3)**2 - ((question%6)+2)**3 + (question//6+1)*(((question%6) + 2)%3) + 24 }}-->
</div>
{% else %}
<a class="question" href="/final_answer">