Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c94bd45

Browse files
committed
连连看规则
1 parent 6906212 commit c94bd45

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# -*- coding: utf-8 -*-
2+
# @Time : 2018/3/9 10:52
3+
# @Author : play4fun
4+
# @File : lian-1.py
5+
# @Software: PyCharm
6+
7+
"""
8+
lian-1.py:
9+
"""
10+
Loading
Loading
+16
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
## 连连看
2+
- 百科:https://zh.wikipedia.org/zh-hans/%E8%BF%9E%E8%BF%9E%E7%9C%8B
3+
4+
- 切割图片
5+
- 几乘几的矩阵
6+
- 模式识别
7+
8+
9+
- 连连看规则
10+
- 只有内容相同的图片才有消除的可能
11+
- 每次只能消除两张图片,消除时需要使用鼠标指定(即连接)
12+
- 两张图片连接时所经过的路径(连接路径)不能超过两个拐点
13+
- 连接路径经过的单元格所包含的图片必须已经消除
14+
15+
16+
- 先后顺序
17+
- 逐个消除

0 commit comments

Comments
 (0)