diff --git a/templates/score.jinja2 b/templates/score.jinja2 index 8f6c00f..d79e8fe 100644 --- a/templates/score.jinja2 +++ b/templates/score.jinja2 @@ -15,30 +15,29 @@ {% endif %} {% endif %} -{% if not game.is_running %} +{% if game.is_lost %}
-

Game paused

+

Game over

-

How to play:

-{% endif %} -{% if game.is_lost %} +{% elif not game.is_running %}
-

Game over

+

Game paused

+

How to play: