We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6906212 commit c94bd45Copy full SHA for c94bd45
4 files changed
my-opencv玩游戏game/连连看/lian-1.py
@@ -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
my-opencv玩游戏game/连连看/lianliankan1.png
868 KB
my-opencv玩游戏game/连连看/lianliankan2.png
464 KB
my-opencv玩游戏game/连连看/readme.md
@@ -1 +1,17 @@
## 连连看
+- 百科:https://zh.wikipedia.org/zh-hans/%E8%BF%9E%E8%BF%9E%E7%9C%8B
+- 切割图片
+- 几乘几的矩阵
+- 模式识别
+- 连连看规则
+ - 只有内容相同的图片才有消除的可能
11
+ - 每次只能消除两张图片,消除时需要使用鼠标指定(即连接)
12
+ - 两张图片连接时所经过的路径(连接路径)不能超过两个拐点
13
+ - 连接路径经过的单元格所包含的图片必须已经消除
14
15
16
+- 先后顺序
17
+ - 逐个消除
0 commit comments