This project provides a desktop memory game for orthophonist sessions.
- There are 4 shapes and 4 colors, creating 16 total combinations.
- The therapist/user configures:
- how many symbols are shown in a round (
1to16); - how long each symbol stays on screen before the next appears.
- how many symbols are shown in a round (
- During memorization, symbols are shown one by one.
- During recall, all 16 combinations appear, and the patient must click them in the exact order they were shown.
+10points for each correct selection.-5points for an incorrect selection (round ends).+20bonus for completing the full sequence in order.- The app tracks:
- current round points;
- session points (across rounds);
- best round score (persisted locally).
python3 app.pypython3 -m unittest discover -s tests


