Goal: {{ goal() }}º

"{{ updatedInteractions().quote }}"
@if(rotateVal() >= 20) {
}
@switch(updatedInteractions().face) { @case(0) { } @case(1) { } @case(2) { } @case(3) { } @case(4) { } @default { } }

level: {{ gameStats().level + 1 }}

accuracy: {{ totalAccuracyPercentage() > 0 ? (totalAccuracyPercentage() | number : '1.1-1') + '%' : '??' }}

@if(isGuessModalOpen()) {

goal: {{ goal() }}º

actual: {{ rotateVal() | number : '1.1-1' }}º

{{ animatedAccuracy() | number : '1.1-1' }}% accurate

@if(animatedAccuracy() > 95) { } @else if (animatedAccuracy() > 80) { } @else if (animatedAccuracy() > 60) { } @else if (animatedAccuracy() > 40) { } @else { }
"{{ resultQuote() }}"
share
}
@if(isAccessiblePanelOpen()) {
} Show Accessible Controls