forked from ucsb-cs56-projects/cs56-games-memory-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.txt
56 lines (32 loc) · 931 Bytes
/
instructions.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
44
45
46
47
48
49
50
51
52
53
54
55
56
Goal:
Match all pairs of cards to go to
next level before the time runs out.
Scoring:
Matching a pair: 30 points
Two cards don't match: -10 points
Remaining Time Bonus:
Remaining time * [(Current Level * 2)
+1 - (Current Level +1)/2] points
<Calculation was done by integer
division>
Warning: You will lose all points
if you restart the level.
Instructions:
There are 4 levels.
Click a card to flip the card.
If the cards do not match, the
cards will flip back after a few
seconds (this time will decrease
as the level increases).
If the cards match, the cards will
stay flipped.
If all of the cards are flipped
before the time runs out (this
time also changes as the level
changes), you will win the level
and move on to the next one.
The number of cards on the grid or
the time you have before you lose
would also change based on the level.
Good Luck!
(Cheat: click on the card on (0,1) twice)