Files
sunny9898/task5/flow.md
louiscklaw 5637fbf94f update,
2025-02-01 02:07:58 +08:00

25 lines
538 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
tags: [processing]
---
# task5
第三條我嘅idea就係好似俄羅斯方塊咁樣
一張相分為
大約16個碎片
一個個相片碎片由上方跌落嚟
利用按鍵左右移動拼貼出一張照片,
鍵盤嘅空白鍵係重新開始
::: mermaid
graph TD;
A[開始]-->G[random 相]-->B
B[一個個相片碎片由上方跌落嚟]-->E;
B-->C;
C[切錯任何一件,仆街嘞]-->B
B-->F[已經跌晒出黎?]-->D
D[空白鍵係重新開始]-->A
E[切啱一件,另一件跌落黎]-->B
:::