From 66995aedaf7c035ffef9b443b50b4a06b3c12666 Mon Sep 17 00:00:00 2001 From: Joe R Date: Mon, 7 Oct 2024 19:02:29 -0400 Subject: [PATCH] Fix inconsistent numbers in Memory rules (#394) --- html-src/rules/memory16.html | 2 +- html-src/rules/memory52.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html-src/rules/memory16.html b/html-src/rules/memory16.html index a01c19e5..1dae2e93 100644 --- a/html-src/rules/memory16.html +++ b/html-src/rules/memory16.html @@ -4,7 +4,7 @@ Memory game type. 16 cards. No redeal.

Object

-Flip all pairs of matching cards and get a score of 40 points or more. +Flip all pairs of matching cards and get a score of 30 points or more.

Rules

diff --git a/html-src/rules/memory52.html b/html-src/rules/memory52.html index 46860809..bea0f655 100644 --- a/html-src/rules/memory52.html +++ b/html-src/rules/memory52.html @@ -4,7 +4,7 @@ Memory game type. 52 cards. No redeal.

Object

-Flip all pairs of matching cards and get a score of 40 points or more. +Flip all pairs of matching cards and get a score of 50 points or more.

Rules