{% extends "layout.html" %} {% block body %}

Instructions


In this experiment, you will play the game Concentration. Your goal is to find all the matching pairs of identical cards. Once you a find a matching pair, click each card in the pair one after the next, which will make that pair permanently visible. Then try to find the next matching pair.


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