Skip to content

Commit cc8f80d

Browse files
author
linyisonger
committed
更新图片
1 parent 6c7a79a commit cc8f80d

File tree

11 files changed

+8
-1
lines changed

11 files changed

+8
-1
lines changed

088.乌龟对对碰.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
<div class="turtle-grid-item"></div>
8585
</div>
8686

87+
<!-- 连线特效 Canvas -->
88+
<!-- 文字特效 Css -->
89+
8790
<!-- 开始面板 -->
8891
<div class="start-panel">
8992
<!-- 选择颜色 -->
@@ -176,6 +179,7 @@
176179
let luckyColor = colors[1]; // 幸运色
177180
let buyCount = 20; // 购买数量
178181
let unpackCount = 0; // 拆开数量
182+
179183
/**
180184
* 相同的
181185
* @author linyisonger
@@ -270,7 +274,7 @@
270274
let turtleIndex = turtles.findIndex(t => t.color == TURTLE_COLOR.NONE);
271275
// 结束
272276
if (buyCount == unpackCount) {
273-
277+
274278
}
275279
// 摆放
276280
else if (turtleIndex > -1) {
@@ -285,12 +289,15 @@
285289
}
286290
// 结算
287291
else {
292+
288293
// 九不同
289294

290295
// 三连
291296
isTriplet();
292297
// 二连
293298
isTwin();
299+
300+
294301
// 清台
295302
}
296303
}

assets/turtle/blue.png

-261 Bytes
Loading

assets/turtle/brown.png

-251 Bytes
Loading

assets/turtle/cyan.png

-209 Bytes
Loading

assets/turtle/green.png

-245 Bytes
Loading

assets/turtle/orange.png

-227 Bytes
Loading

assets/turtle/pink.png

-231 Bytes
Loading

assets/turtle/purple.png

-221 Bytes
Loading

assets/turtle/red.png

-243 Bytes
Loading

assets/turtle/rose.png

-187 Bytes
Loading

0 commit comments

Comments
 (0)