{#if hitFlash}
{/if}
{score}
{#if startScreen || gameOver}
{gameOver ? "NEURO BREAK" : "NEURO RUNNER"}
{gameOver ? "Final Score: " + score : "Ready to focus?"}
{gameOver ? "RETRY" : "START RUN"}
{/if}