mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix inconsistent numbers in Memory rules (#394)
This commit is contained in:
parent
fbc0817a1e
commit
66995aedaf
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Memory game type. 16 cards. No redeal.
|
|||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
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.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
|
|
|
@ -4,7 +4,7 @@ Memory game type. 52 cards. No redeal.
|
|||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
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.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Reference in a new issue