Skip to content

Commit 2cff624

Browse files
author
ADAMS James
committed
Added levels.
1 parent 00923a5 commit 2cff624

File tree

7 files changed

+64
-6
lines changed

7 files changed

+64
-6
lines changed

css/plum.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ body{
213213
}
214214

215215
/*Warp*/
216-
.warp ~ .highlight{
216+
/*.warp ~ .highlight{
217217
display:none;
218-
}
218+
}*/
219219

220220
.warp{
221221
background: purple url('image/warp/warp2.png') 8px 8px;

help/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# help

json/rainbow.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,40 @@
2323
},
2424
"colors": ["red", "green", "orange", "purple", "yellow", "rainbow"],
2525
"shapes": ["square", "circle", "triangle", "pentagon", "star"]
26-
}]
26+
}, {
27+
"name": "R 4x3",
28+
"seed": "ra",
29+
"width": 4,
30+
"height": 3,
31+
"colors": ["red", "orange", "yellow", "green", "blue", "purple", "rainbow"],
32+
"shapes": ["triangle", "square", "circle", "star"],
33+
"endCondition": {
34+
"maxScore": 40
35+
}
36+
}, {
37+
"name": "R 4x3 timed",
38+
"seed": "cool",
39+
"width": 5,
40+
"height": 4,
41+
"colors": ["green", "blue", "purple", "rainbow", "yellow", "orange"],
42+
"shapes": ["square", "pentagon", "circle", "rabbet", "star"],
43+
"timeLimit": 60,
44+
"endCondition": {
45+
"minScore": 70
46+
}
47+
}, {
48+
"name": "R 3x4 warp timed",
49+
"seed": "cool",
50+
"width": 3,
51+
"height": 4,
52+
"colors": ["green", "blue", "rainbow", "yellow", "warp"],
53+
"shapes": ["square", "pentagon", "circle", "rabbet"],
54+
"timeLimit": 60,
55+
"endCondition": {
56+
"minScore": 100
57+
},
58+
"tips":[
59+
{"score":0,"message":"Warp Stones can be swapped with any other block regardless of proximity!"}
60+
]
61+
}]
2762
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "R 3x4 warp timed",
3+
"seed": "cool",
4+
"width": 3,
5+
"height": 4,
6+
"colors": ["green", "blue", "rainbow", "yellow", "warp"],
7+
"shapes": ["square", "pentagon", "circle", "rabbet"],
8+
"timeLimit": 60,
9+
"endCondition": {
10+
"minScore": 100
11+
}
12+
}

json/reference/R 4x3 timed.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "R 4x3 timed",
3+
"seed": "cool",
4+
"width": 5,
5+
"height": 4,
6+
"colors": ["green", "blue", "purple", "rainbow", "yellow", "orange"],
7+
"shapes": ["square", "pentagon", "circle", "rabbet", "star"],
8+
"timeLimit": 60,
9+
"endCondition": {
10+
"minScore": 70
11+
}
12+
}

json/reference/R 4x3.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"R 4x3","seed":"ra","width":4,"height":3,"colors":["red","orange","yellow","green","blue","purple","rainbow"],"shapes":["triangle","square","circle","star"],"endCondition":{"maxScore":40}}

json/stone.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@
187187
"shape": "star",
188188
"color": "purple"
189189
}
190-
],
191-
"tips":[
192-
{"score":0,"message":"Warp Stones can be swapped with any other block regardless of proximity!"}
193190
]
194191
},{
195192
"name": "Fire and Ice",

0 commit comments

Comments
 (0)