+
+ {#each [1,2,3,4,5,6,7,8,9,10] as i}
+ {#if i <= life}
+
+ {:else}
+
+ {/if}
+ {/each}
+
+
+
+
+ id: {isomorphic[getId(frame)]}
+
+
+ {@render sampleArrow()} × {remainingRelations}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {#each moves as move}
+ -
+ {#if move.type === "guess"}
+ Guess({move.frameId}) = {move.correct}
+ {/if}
+ {#if move.type === "check"}
+ Valid({move.formulaStr}) = {move.valid}
+ {/if}
+
+ {/each}
+
+
+