{% extends "base.html" %} {% block title %}{{ difficulty.title() }} Memory Game - Five Cities Orchid Society{% endblock %} {% block content %}
Back

{% if difficulty == 'easy' %} Picture Matching {% elif difficulty == 'medium' %} Genus Matching {% else %} Species Matching {% endif %}

Pairs 0/{{ game_data.total_pairs }}
Moves 0
Time {{ game_data.level_config.time_limit }}s
{% for card in game_data.cards %}
{% if card.type == 'image' %} Orchid {% else %}
{{ card.display_text }}
{% endif %}
{% endfor %}
Daily Rebus Puzzle

Loading puzzle...

{% endblock %} {% block scripts %} {% endblock %}