-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.txt
43 lines (29 loc) · 1.14 KB
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Memory Royale V1.1
By Steve Shambles, 2021-2023.
MIT Licence.
Written in Python V3.76,
using Tkinter, for the GUI.
Based around some of the code from:
https://github.com/zoenberger/Memory-Game-using-Tkinter
with thanks.
Memory Royale is a simple memory matching game.
To start a game click on any card, and that card will
be revealed.
Your task is to find a matching card by clicking
on another card.
At first you will have to guess where the matching
card is at random.
If you find a matching pair, then those two cards
will stay revealed on the board.
If you do not find a match, both cards are covered again
and it is your job to try and remember what cards are where
so that you can find all of the matching pairs.
You must also complete this task within a set amount of
attempts, 'clicks'.
On level 1 you have 30 clicks to find all 8 matching pairs.
On level 2 you have 60 clicks and level 3, 90 clicks.
If you succeed in finding all the pairs inside the set amount
of clicks then you will progress to the next level.
That's about all there is to know.
This one keeps your brain sharp, believe me!.
Enjoy.